We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcfc9e commit 07fb800Copy full SHA for 07fb800
typing_extensions/README.rst
@@ -41,16 +41,16 @@ This module currently contains the following:
41
42
- Experimental features
43
44
- - ``LiteralString`` (see PEP 675)
45
- ``@dataclass_transform()`` (see PEP 681)
46
- - ``NotRequired`` (see PEP 655)
47
- - ``Required`` (see PEP 655)
48
49
- In ``typing`` since Python 3.11
50
51
- ``assert_never``
+ - ``LiteralString`` (see PEP 675)
52
- ``Never``
+ - ``NotRequired`` (see PEP 655)
53
- ``reveal_type``
+ - ``Required`` (see PEP 655)
54
- ``Self`` (see PEP 673)
55
- ``TypeVarTuple`` (see PEP 646)
56
- ``Unpack`` (see PEP 646)
0 commit comments