Skip to content

Commit c42bfc5

Browse files
authored
Add __all__ to runpy (#7140)
1 parent 348c38a commit c42bfc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/runpy.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ from _typeshed import Self
22
from types import ModuleType
33
from typing import Any
44

5+
__all__ = ["run_module", "run_path"]
6+
57
class _TempModule:
68
mod_name: str
79
module: ModuleType

0 commit comments

Comments
 (0)