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 7f2e436 commit 69ab518Copy full SHA for 69ab518
test-data/unit/lib-stub/weakref.pyi
@@ -18,3 +18,5 @@ class CallableProxyType(Generic[_C]): # "weakcallableproxy"
18
def __getattr__(self, attr: str) -> Any: ...
19
__call__: _C
20
__hash__: ClassVar[None] # type: ignore[assignment]
21
+
22
+__all__ = ["proxy"]
0 commit comments