Searched refs:base_exec_prefix (Results 1 – 19 of 19) sorted by relevance
/third_party/python/Lib/test/ |
D | test_cmd.py | 229 tracer=trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,],
|
D | test_doctest.py | 3112 tracer = trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,],
|
D | test_sysconfig.py | 249 adapt = sys.base_prefix != sys.base_exec_prefix
|
D | test_trace.py | 380 tracer = trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,
|
D | test_venv.py | 189 ('base_exec_prefix', sys.base_exec_prefix)):
|
D | test_sys.py | 440 self.assertIsInstance(sys.base_exec_prefix, str)
|
/third_party/python/Lib/distutils/command/ |
D | build_ext.py | 159 if sys.exec_prefix != sys.base_exec_prefix: 194 if sys.base_exec_prefix != sys.prefix: # Issue 16116 195 self.library_dirs.append(os.path.join(sys.base_exec_prefix, 'libs'))
|
/third_party/python/Include/cpython/ |
D | initconfig.h | 390 wchar_t *base_exec_prefix; /* sys.base_exec_prefix */ member
|
/third_party/python/Python/ |
D | pathconfig.c | 376 if (config->base_exec_prefix == NULL) { in _PyConfig_InitPathConfig() 377 if (copy_wstr(&config->base_exec_prefix, in _PyConfig_InitPathConfig()
|
D | initconfig.c | 602 CLEAR(config->base_exec_prefix); in PyConfig_Clear() 845 COPY_WSTR_ATTR(base_exec_prefix); in _PyConfig_Copy() 949 SET_ITEM_WSTR(base_exec_prefix); in config_as_dict() 2648 assert(config->base_exec_prefix != NULL); in PyConfig_Read() 2800 DUMP_SYS(base_exec_prefix); in _Py_DumpPathConfig()
|
D | sysmodule.c | 2968 SET_SYS_FROM_WSTR("base_exec_prefix", config->base_exec_prefix); in _PySys_InitMain()
|
/third_party/python/Lib/distutils/ |
D | sysconfig.py | 23 BASE_EXEC_PREFIX = os.path.normpath(sys.base_exec_prefix)
|
/third_party/python/Doc/c-api/ |
D | init_config.rst | 427 .. c:member:: wchar_t* base_exec_prefix 429 :data:`sys.base_exec_prefix`. 910 * :c:member:`PyConfig.base_exec_prefix` 935 If :c:member:`~PyConfig.base_prefix` or :c:member:`~PyConfig.base_exec_prefix`
|
/third_party/python/Lib/ |
D | sysconfig.py | 98 _BASE_EXEC_PREFIX = os.path.normpath(sys.base_exec_prefix)
|
/third_party/python/Doc/library/ |
D | venv.rst | 59 :attr:`sys.base_exec_prefix` point to the non-virtual environment Python 63 :attr:`sys.base_exec_prefix` (they all point to a non-virtual environment
|
D | site.rst | 46 sys.base_exec_prefix will always be the "real" prefixes of the Python
|
D | sys.rst | 118 .. data:: base_exec_prefix 126 :data:`base_exec_prefix` will remain pointing to the base Python 139 :data:`base_exec_prefix` will remain pointing to the base Python 402 :data:`base_exec_prefix`.
|
D | zipapp.rst | 365 >>> cc.add_library_dir(os.path.join(sys.base_exec_prefix, 'libs'))
|
/third_party/python/Doc/tutorial/ |
D | modules.rst | 314 'api_version', 'argv', 'audit', 'base_exec_prefix', 'base_prefix',
|