Add __all__ to modules beginning with 'm' (#7330)

This commit is contained in:
Alex Waygood
2022-02-20 22:08:07 +00:00
committed by GitHub
parent 3e579b8b29
commit 07de01f29e
17 changed files with 193 additions and 33 deletions

View File

@@ -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