mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 10:03:32 +08:00
add sys.base_exec_prefix and sys.base_prefix (#2047)
See https://docs.python.org/3/library/sys.html#sys.base_exec_prefix. Required for https://github.com/python/mypy/pull/4888
This commit is contained in:
committed by
Guido van Rossum
parent
dca53fb2bd
commit
7cd2016931
@@ -15,6 +15,8 @@ _T = TypeVar('_T')
|
||||
# ----- sys variables -----
|
||||
abiflags = ... # type: str
|
||||
argv = ... # type: List[str]
|
||||
base_exec_prefix: str
|
||||
base_prefix: str
|
||||
byteorder = ... # type: str
|
||||
builtin_module_names = ... # type: Sequence[str] # actually a tuple of strings
|
||||
copyright = ... # type: str
|
||||
|
||||
Reference in New Issue
Block a user