Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dmain.c2226 assert(config->module_search_paths == NULL); in config_init_module_search_paths()
2249 &config->module_search_paths, in config_init_module_search_paths()
2458 CLEAR_WSTRLIST(config->nmodule_search_path, config->module_search_paths); in _PyCoreConfig_Clear()
2524 COPY_WSTRLIST(nmodule_search_path, module_search_paths); in _PyCoreConfig_Copy()
2603 SET_ITEM_WSTRLIST(nmodule_search_path, module_search_paths); in _PyCoreConfig_AsDict()
2806 config->nmodule_search_path, config->module_search_paths); in _PyMainInterpreterConfig_Read()
/external/python/cpython3/Include/
Dpystate.h68 wchar_t **module_search_paths; /* sys.path paths */ member