mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 18:31:14 +08:00
Remove all mention of 'module' from typeshed. (#1156)
This depends on python/mypy#3107.
This commit is contained in:
committed by
Jelle Zijlstra
parent
f543ddd89a
commit
359c8cc313
@@ -104,6 +104,7 @@ class ModuleType:
|
||||
__name__ = ... # type: str
|
||||
__package__ = ... # type: Optional[str]
|
||||
__path__ = ... # type: Optional[Iterable[str]]
|
||||
__dict__ = ... # type: Dict[str, Any]
|
||||
def __init__(self, name: str, doc: Optional[str] = ...) -> None: ...
|
||||
FileType = file
|
||||
XRangeType = xrange
|
||||
|
||||
Reference in New Issue
Block a user