Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_initconfig.h173 PyAPI_FUNC(PyObject*) _Py_GetConfigsAsDict(void);
/third_party/python/Modules/
D_testinternalcapi.c27 return _Py_GetConfigsAsDict(); in get_configs()
/third_party/python/Python/
Dinitconfig.c2958 _Py_GetConfigsAsDict(void) in _Py_GetConfigsAsDict() function