Home
last modified time | relevance | path

Searched refs:module_search_paths (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_getpath.py38 module_search_paths=[
65 module_search_paths=[
101 module_search_paths=[
133 module_search_paths=[
150 module_search_paths=[
177 module_search_paths=[
206 module_search_paths=[
236 module_search_paths=[
259 module_search_paths=[
284 module_search_paths=[
[all …]
Dtest_embed.py1355 def module_search_paths(self, prefix=None, exec_prefix=None): member in InitConfigTests
1426 expected_paths = self.module_search_paths(prefix=home, exec_prefix=home)
1467 expected_paths = self.module_search_paths(prefix=home, exec_prefix=home)
1497 expected_paths[0] = self.module_search_paths(prefix=prefix)[0]
1529 module_search_paths = self.module_search_paths()
1530 module_search_paths[-2] = stdlibdir
1531 module_search_paths[-1] = libdir
1539 'module_search_paths': module_search_paths,
1566 module_search_paths = self.module_search_paths()
1567module_search_paths[-3] = os.path.join(tmpdir, os.path.basename(module_search_paths[-3]))
[all …]
D_test_embed_set_config.py263 module_search_paths=['a', 'b', 'c'])
268 module_search_paths=['new_path'])
/external/python/cpython3/Python/
Dpathconfig.c175 for (Py_ssize_t i = 0; i < config->module_search_paths.length; ++i) { in _PyPathConfig_UpdateGlobal()
176 cch += 1 + wcslen(config->module_search_paths.items[i]); in _PyPathConfig_UpdateGlobal()
184 for (Py_ssize_t i = 0; i < config->module_search_paths.length; ++i) { in _PyPathConfig_UpdateGlobal()
185 wcscpy(p, config->module_search_paths.items[i]); in _PyPathConfig_UpdateGlobal()
Dinitconfig.c111 SPEC(module_search_paths, WSTR_LIST),
726 assert(_PyWideStringList_CheckConsistency(&config->module_search_paths)); in config_check_consistency()
773 _PyWideStringList_Clear(&config->module_search_paths); in PyConfig_Clear()
Dsysmodule.c3682 COPY_LIST("path", config->module_search_paths); in _PySys_UpdateConfig()
/external/python/cpython3/Include/cpython/
Dinitconfig.h197 PyWideStringList module_search_paths; member
/external/python/cpython3/Doc/c-api/
Dinit_config.rst986 .. c:member:: PyWideStringList module_search_paths
993 :c:member:`~PyConfig.module_search_paths` and sets
996 Default: empty list (``module_search_paths``) and ``0``
1434 status = PyWideStringList_Append(&config.module_search_paths,
1439 status = PyWideStringList_Append(&config.module_search_paths,
1528 :c:member:`PyConfig.module_search_paths`
1534 :c:member:`~PyConfig.module_search_paths` is overridden and
1540 ``module_search_paths`` is considered as set if
1542 ``module_search_paths`` will be used without modification.
/external/python/cpython3/Programs/
D_testembed.c1543 status = PyWideStringList_Insert(&config.module_search_paths, in test_init_read_set()
1549 status = PyWideStringList_Append(&config.module_search_paths, in test_init_read_set()
/external/python/cpython3/Doc/whatsnew/
D3.11.rst532 initialization to use :c:member:`PyConfig.module_search_paths` to initialize
534 any values added to ``module_search_paths``.
2567 initialization to use :c:member:`PyConfig.module_search_paths` to initialize
2569 any values added to ``module_search_paths``.
2572 fill any values into :c:member:`PyConfig.module_search_paths`. To calculate default
D3.13.rst2357 Set :c:member:`PyConfig.module_search_paths` instead.
2359 Set :c:member:`PyConfig.module_search_paths` instead.
/external/python/cpython3/Doc/using/
Dwindows.rst1240 executable, explicitly set :c:member:`PyConfig.module_search_paths` before
/external/python/cpython3/Misc/NEWS.d/
D3.12.0a1.rst6114 Ensures changes to :c:member:`PyConfig.module_search_paths` are ignored
/external/python/cpython3/Doc/data/
Dpython3.13.abi14320 …<var-decl name='module_search_paths' type-id='type-id-951' visibility='default' filepath='./Includ…