mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
@@ -1523,7 +1523,7 @@ class SyntaxError(_StandardError):
|
||||
msg: str
|
||||
lineno: int
|
||||
offset: Optional[int]
|
||||
text: str
|
||||
text: Optional[str]
|
||||
filename: str
|
||||
class SystemError(_StandardError): ...
|
||||
class TypeError(_StandardError): ...
|
||||
|
||||
@@ -1523,7 +1523,7 @@ class SyntaxError(_StandardError):
|
||||
msg: str
|
||||
lineno: int
|
||||
offset: Optional[int]
|
||||
text: str
|
||||
text: Optional[str]
|
||||
filename: str
|
||||
class SystemError(_StandardError): ...
|
||||
class TypeError(_StandardError): ...
|
||||
|
||||
Reference in New Issue
Block a user