mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 04:11:28 +08:00
Adds missing __dir__ definitions (#8479)
This commit is contained in:
@@ -32,3 +32,5 @@ __all__ = (
|
||||
"ProcessPoolExecutor",
|
||||
"ThreadPoolExecutor",
|
||||
)
|
||||
|
||||
def __dir__() -> tuple[str, ...]: ...
|
||||
|
||||
Reference in New Issue
Block a user