mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Add __all__ to runpy (#7140)
This commit is contained in:
@@ -2,6 +2,8 @@ from _typeshed import Self
|
||||
from types import ModuleType
|
||||
from typing import Any
|
||||
|
||||
__all__ = ["run_module", "run_path"]
|
||||
|
||||
class _TempModule:
|
||||
mod_name: str
|
||||
module: ModuleType
|
||||
|
||||
Reference in New Issue
Block a user