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 4395f1e commit c4ceae9Copy full SHA for c4ceae9
stdlib/2/__builtin__.pyi
@@ -920,6 +920,7 @@ class SyntaxError(StandardError):
920
lineno = ... # type: int
921
offset = ... # type: int
922
text = ... # type: str
923
+ filename = ... # type: str
924
class IndentationError(SyntaxError): ...
925
class TabError(IndentationError): ...
926
class SystemError(StandardError): ...
stdlib/3/builtins.pyi
@@ -956,6 +956,7 @@ class SyntaxError(Exception):
956
957
958
959
960
961
962
class SystemError(Exception): ...
0 commit comments