Skip to content

Commit 0860a91

Browse files
typing_extensions: add Self, Required, NotRequired (#6296)
1 parent 88f86a0 commit 0860a91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/typing_extensions.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ def runtime_checkable(cls: _TC) -> _TC: ...
4343
runtime = runtime_checkable
4444
Protocol: _SpecialForm = ...
4545
Final: _SpecialForm = ...
46+
Self: _SpecialForm = ...
47+
Required: _SpecialForm = ...
48+
NotRequired: _SpecialForm = ...
4649

4750
def final(f: _F) -> _F: ...
4851

0 commit comments

Comments
 (0)