We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d250c commit 91703e5Copy full SHA for 91703e5
test-data/unit/fixtures/object_with_init_subclass.pyi
@@ -59,3 +59,4 @@ class dict(Mapping[KT, VT]):
59
@overload
60
def get(self, k: KT, default: Union[KT, T]) -> Union[VT, T]: pass
61
def __len__(self) -> int: ...
62
+import _typeshed
0 commit comments