mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 00:53:23 +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