mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-29 14:22:12 +08:00
Inherit from Any in threading.local and SimpleNamespace
This commit is contained in:
@@ -67,7 +67,7 @@ class MappingProxyType:
|
||||
def __getitem__(self, key: str) -> Any: ...
|
||||
def __iter__(self) -> Iterator[str]: ...
|
||||
def __len__(self) -> int: ...
|
||||
class SimpleNamespace: ...
|
||||
class SimpleNamespace(Any): ...
|
||||
|
||||
class GeneratorType:
|
||||
gi_code = ... # type: CodeType
|
||||
|
||||
Reference in New Issue
Block a user