Home
last modified time | relevance | path

Searched refs:base_exec_prefix (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Lib/test/
Dtest_cmd.py229 tracer=trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,],
Dtest_doctest.py3112 tracer = trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,],
Dtest_sysconfig.py249 adapt = sys.base_prefix != sys.base_exec_prefix
Dtest_trace.py380 tracer = trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,
Dtest_venv.py189 ('base_exec_prefix', sys.base_exec_prefix)):
Dtest_sys.py440 self.assertIsInstance(sys.base_exec_prefix, str)
/third_party/python/Lib/distutils/command/
Dbuild_ext.py159 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/
Dinitconfig.h390 wchar_t *base_exec_prefix; /* sys.base_exec_prefix */ member
/third_party/python/Python/
Dpathconfig.c376 if (config->base_exec_prefix == NULL) { in _PyConfig_InitPathConfig()
377 if (copy_wstr(&config->base_exec_prefix, in _PyConfig_InitPathConfig()
Dinitconfig.c602 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()
Dsysmodule.c2968 SET_SYS_FROM_WSTR("base_exec_prefix", config->base_exec_prefix); in _PySys_InitMain()
/third_party/python/Lib/distutils/
Dsysconfig.py23 BASE_EXEC_PREFIX = os.path.normpath(sys.base_exec_prefix)
/third_party/python/Doc/c-api/
Dinit_config.rst427 .. 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/
Dsysconfig.py98 _BASE_EXEC_PREFIX = os.path.normpath(sys.base_exec_prefix)
/third_party/python/Doc/library/
Dvenv.rst59 :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
Dsite.rst46 sys.base_exec_prefix will always be the "real" prefixes of the Python
Dsys.rst118 .. 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`.
Dzipapp.rst365 >>> cc.add_library_dir(os.path.join(sys.base_exec_prefix, 'libs'))
/third_party/python/Doc/tutorial/
Dmodules.rst314 'api_version', 'argv', 'audit', 'base_exec_prefix', 'base_prefix',