mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 19:01:15 +08:00
Add missing 'self'
This commit is contained in:
@@ -10,5 +10,5 @@ def reduce(*args, **kwargs) -> Any:
|
||||
|
||||
|
||||
class partial(object):
|
||||
def __reduce__() -> tuple: ...
|
||||
def __setstate__(a, b, c, d) -> None: ...
|
||||
def __reduce__(self) -> tuple: ...
|
||||
def __setstate__(self, a, b, c, d) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user