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 75a2e8e commit f9a2cb9Copy full SHA for f9a2cb9
1 file changed
stdlib/_ast.pyi
@@ -25,6 +25,7 @@ class type_ignore(AST): ...
25
class TypeIgnore(type_ignore):
26
if sys.version_info >= (3, 10):
27
__match_args__ = ("lineno", "tag")
28
+ lineno: int
29
tag: str
30
31
class FunctionType(mod):
0 commit comments