Home
last modified time | relevance | path

Searched refs:module_search_paths (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_getpath.py39 module_search_paths=[
66 module_search_paths=[
102 module_search_paths=[
134 module_search_paths=[
148 ns["config"]["module_search_paths"] = None
151 module_search_paths=[
178 module_search_paths=[
207 module_search_paths=[
237 module_search_paths=[
260 module_search_paths
864 module_search_paths=None, global() variable
[all...]
H A Dtest_embed.py473 'module_search_paths': GET_DEFAULT_CONFIG,
686 if expected['module_search_paths'] is not self.IGNORE_CONFIG:
690 expected['module_search_paths'] = [*paths, *expected['module_search_paths']]
692 expected['module_search_paths'] = expected['module_search_paths'].copy()
693 modify_path_cb(expected['module_search_paths'])
883 'module_search_paths': self.IGNORE_CONFIG,
918 'module_search_paths': self.IGNORE_CONFIG,
949 'module_search_paths'
1221 def module_search_paths(self, prefix=None, exec_prefix=None): global() member in InitConfigTests
[all...]
H A D_test_embed_set_config.py129 'module_search_paths',
236 module_search_paths=['a', 'b', 'c'])
241 module_search_paths=['new_path'])
/third_party/python/Python/
H A Dpathconfig.c177 for (Py_ssize_t i = 0; i < config->module_search_paths.length; ++i) { in _PyPathConfig_UpdateGlobal()
178 cch += 1 + wcslen(config->module_search_paths.items[i]); in _PyPathConfig_UpdateGlobal()
186 for (Py_ssize_t i = 0; i < config->module_search_paths.length; ++i) { in _PyPathConfig_UpdateGlobal()
187 wcscpy(p, config->module_search_paths.items[i]); in _PyPathConfig_UpdateGlobal()
H A Dinitconfig.c670 assert(_PyWideStringList_CheckConsistency(&config->module_search_paths)); in config_check_consistency()
711 _PyWideStringList_Clear(&config->module_search_paths); in PyConfig_Clear()
965 COPY_WSTRLIST(module_search_paths); in _PyConfig_Copy()
1075 SET_ITEM_WSTRLIST(module_search_paths); in _PyConfig_AsDict()
1381 GET_WSTRLIST(module_search_paths); in _PyConfig_FromDict()
H A Dsysmodule.c3090 COPY_LIST("path", config->module_search_paths); in _PySys_UpdateConfig()
/third_party/python/Include/cpython/
H A Dinitconfig.h190 PyWideStringList module_search_paths; member
/third_party/python/Programs/
H A D_testembed.c1424 status = PyWideStringList_Insert(&config.module_search_paths, in test_init_read_set()
1430 status = PyWideStringList_Append(&config.module_search_paths, in test_init_read_set()

Completed in 14 milliseconds