mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Add __all__ to modules beginning with 'm' (#7330)
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
from types import ModuleType
|
||||
from typing import Any, Mapping, Sequence
|
||||
|
||||
__all__ = [
|
||||
"_main",
|
||||
"freeze_support",
|
||||
"set_executable",
|
||||
"get_executable",
|
||||
"get_preparation_data",
|
||||
"get_command_line",
|
||||
"import_main_path",
|
||||
]
|
||||
|
||||
WINEXE: bool
|
||||
WINSERVICE: bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user