Home
last modified time | relevance | path

Searched refs:_PyPathConfig_GetGlobalModuleSearchPath (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_pathconfig.h14 extern const wchar_t * _PyPathConfig_GetGlobalModuleSearchPath(void);
/third_party/python/Python/
Dpathconfig.c50 _PyPathConfig_GetGlobalModuleSearchPath(void) in _PyPathConfig_GetGlobalModuleSearchPath() function
/third_party/python/Modules/
Dgetpath.c909 !wchar_to_dict(dict, "py_setpath", _PyPathConfig_GetGlobalModuleSearchPath()) || in _PyConfig_InitPathConfig()