mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Add _threading_local.__all__ (#7285)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from typing import Any
|
||||
from weakref import ReferenceType
|
||||
|
||||
__all__ = ["local"]
|
||||
localdict = dict[Any, Any]
|
||||
|
||||
class _localimpl:
|
||||
|
||||
Reference in New Issue
Block a user