mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-08 20:43:25 +08:00
committed by
Guido van Rossum
parent
1db6a12ead
commit
8fec896898
@@ -825,6 +825,7 @@ class StopIteration(Exception):
|
||||
if sys.version_info >= (3, 5):
|
||||
class StopAsyncIteration(Exception):
|
||||
value = ... # type: Any
|
||||
class RecursionError(RuntimeError): ...
|
||||
class SyntaxError(Exception):
|
||||
msg = ... # type: str
|
||||
lineno = ... # type: int
|
||||
|
||||
Reference in New Issue
Block a user