Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_initconfig.h137 extern PyStatus _PyPreConfig_Read(PyPreConfig *preconfig,
/third_party/python/Python/
Dpreconfig.c799 _PyPreConfig_Read(PyPreConfig *config, const _PyArgv *args) in _PyPreConfig_Read() function
Dpylifecycle.c908 status = _PyPreConfig_Read(&config, args); in _Py_PreInitializeFromPyArgv()