mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Add sys.orig_argv for Python 3.10 (#5524)
This commit is contained in:
@@ -61,6 +61,8 @@ maxsize: int
|
||||
maxunicode: int
|
||||
meta_path: List[_MetaPathFinder]
|
||||
modules: Dict[str, ModuleType]
|
||||
if sys.version_info >= (3, 10):
|
||||
orig_argv: List[str]
|
||||
path: List[str]
|
||||
path_hooks: List[Any] # TODO precise type; function, path to finder
|
||||
path_importer_cache: Dict[str, Optional[PathEntryFinder]]
|
||||
|
||||
Reference in New Issue
Block a user