mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
@@ -1311,6 +1311,7 @@ class ImportError(_StandardError):
|
||||
def __init__(self, *args: object, name: Optional[str] = ..., path: Optional[str] = ...) -> None: ...
|
||||
name: Optional[str]
|
||||
path: Optional[str]
|
||||
msg: str # undocumented
|
||||
|
||||
class LookupError(_StandardError): ...
|
||||
class MemoryError(_StandardError): ...
|
||||
|
||||
Reference in New Issue
Block a user