mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 10:52:31 +08:00
Add __all__ (#13704)
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
# TODO: missing from stub
|
||||
singledispatch.__all__
|
||||
@@ -29,3 +29,5 @@ class singledispatchmethod(Generic[_T]):
|
||||
@overload
|
||||
def register(self, cls: type[Any], method: Callable[..., _T]) -> Callable[..., _T]: ...
|
||||
def __get__(self, obj: _S, cls: type[_S] | None = ...) -> Callable[..., _T]: ...
|
||||
|
||||
__all__ = ["singledispatch", "singledispatchmethod"]
|
||||
|
||||
Reference in New Issue
Block a user