Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_initconfig.h152 extern PyStatus _PyConfig_InitPathConfig(PyConfig *config);
/external/python/cpython3/Python/
Dpathconfig.c356 _PyConfig_InitPathConfig(PyConfig *config) in _PyConfig_InitPathConfig() function
Dinitconfig.c1762 status = _PyConfig_InitPathConfig(config); in config_read()