Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pathconfig.h68 extern PyObject* _PyPathConfig_AsDict(void);
/third_party/python/Python/
Dpathconfig.c190 _PyPathConfig_AsDict(void) in _PyPathConfig_AsDict() function
Dinitconfig.c2942 dict = _PyPathConfig_AsDict(); in _Py_GetConfigsAsDict()