mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 19:12:31 +08:00
Update mypy to 1.18.1 (#14699)
This commit is contained in:
@@ -11,7 +11,7 @@ class local:
|
||||
"_local_type",
|
||||
"_local_type_set_or_del_descriptors",
|
||||
)
|
||||
def __init__(self, *args: object, **kwargs: object) -> None: ...
|
||||
def __new__(cls, *args: object, **kwargs: object) -> Self: ...
|
||||
def __copy__(self) -> Self: ...
|
||||
def __getattribute__(self, name: str, /) -> Any: ...
|
||||
def __delattr__(self, name: str, /) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user