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 63821b0 commit 6966646Copy full SHA for 6966646
pep-0484.txt
@@ -2047,6 +2047,10 @@ Convenience definitions:
2047
* @no_type_check_decorator, a decorator to create your own decorators
2048
with the same meaning as ``@no_type_check`` (see below)
2049
2050
+* @type_check_only, a decorator only available during type checking
2051
+ for use in stub files (see above); marks a class or function as
2052
+ unavailable during runtime
2053
+
2054
* @overload, described earlier
2055
2056
* get_type_hints(), a utility function to retrieve the type hints from a
0 commit comments