mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 04:41:30 +08:00
Add _threading_local.local.__delattr__ back to the stub (#8526)
This commit is contained in:
@@ -14,3 +14,4 @@ class _localimpl:
|
||||
class local:
|
||||
def __getattribute__(self, name: str) -> Any: ...
|
||||
def __setattr__(self, name: str, value: Any) -> None: ...
|
||||
def __delattr__(self, name: str) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user