Home
last modified time | relevance | path

Searched refs:_PyConfig_Read (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_initconfig.h178 extern PyStatus _PyConfig_Read(PyConfig *config, int compute_path_config);
/external/python/cpython3/Python/
Dpylifecycle.c435 status = _PyConfig_Read(&config, 1); in _PyInterpreterState_SetConfig()
1097 status = _PyConfig_Read(&config, 0); in pyinit_core()
Dinitconfig.c3035 _PyConfig_Read(PyConfig *config, int compute_path_config) in _PyConfig_Read() function
3097 return _PyConfig_Read(config, 0); in PyConfig_Read()
/external/python/cpython3/Doc/data/
Dpython3.13.abi28041 …<function-decl name='_PyConfig_Read' filepath='./Include/internal/pycore_initconfig.h' line='178' …