Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
D_test_embed_set_config.py214 base_exec_prefix="base_exec_prefix",
227 base_exec_prefix=None)
230 self.assertEqual(sys.base_exec_prefix, "exec_prefix")
Dtest_cmd.py229 tracer=trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,],
Dtest_doctest.py3137 tracer = trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,],
Dtest_sysconfig.py286 adapt = sys.base_prefix != sys.base_exec_prefix
Dtest_trace.py381 tracer = trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,
Dtest_venv.py194 ('base_exec_prefix', sys.base_exec_prefix)):
Dtest_sys.py482 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.h192 wchar_t *base_exec_prefix; member
/third_party/python/Python/
Dpathconfig.c450 if (config->base_exec_prefix == NULL && config->exec_prefix != NULL) { in _PyConfig_InitPathConfig()
451 if (copy_wstr(&config->base_exec_prefix, in _PyConfig_InitPathConfig()
Dinitconfig.c678 CLEAR(config->base_exec_prefix); in PyConfig_Clear()
920 COPY_WSTR_ATTR(base_exec_prefix); in _PyConfig_Copy()
1023 SET_ITEM_WSTR(base_exec_prefix); in _PyConfig_AsDict()
1324 GET_WSTR_OPT(base_exec_prefix); in _PyConfig_FromDict()
3094 DUMP_SYS(base_exec_prefix); in _Py_DumpPathConfig()
Dsysmodule.c3008 COPY_WSTR("base_exec_prefix", config->base_exec_prefix); in _PySys_UpdateConfig()
/third_party/python/Lib/
Dsysconfig.py129 _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.rst120 .. data:: base_exec_prefix
128 :data:`base_exec_prefix` will remain pointing to the base Python
141 :data:`base_exec_prefix` will remain pointing to the base Python
419 :data:`base_exec_prefix`.
Dzipapp.rst365 >>> cc.add_library_dir(os.path.join(sys.base_exec_prefix, 'libs'))
/third_party/python/Doc/c-api/
Dinit_config.rst537 .. c:member:: wchar_t* base_exec_prefix
539 :data:`sys.base_exec_prefix`.
1343 * :c:member:`PyConfig.base_exec_prefix`
1368 If :c:member:`~PyConfig.base_prefix` or :c:member:`~PyConfig.base_exec_prefix`
/third_party/python/Doc/tutorial/
Dmodules.rst315 'api_version', 'argv', 'audit', 'base_exec_prefix', 'base_prefix',