mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 20:01:29 +08:00
Inherit from Any in threading.local and SimpleNamespace
This commit is contained in:
@@ -29,6 +29,8 @@ class Timer(Thread):
|
||||
kwargs: Mapping[str, Any] = ...) -> None: ...
|
||||
def cancel(self) -> None : ...
|
||||
|
||||
class local(Any): ...
|
||||
|
||||
class Event:
|
||||
def is_set(self) -> bool: ...
|
||||
def set(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user