Searched refs:_PyPreConfig_AsDict (Results 1 – 3 of 3) sorted by relevance
130 extern PyObject* _PyPreConfig_AsDict(const PyPreConfig *preconfig);
392 _PyPreConfig_AsDict(const PyPreConfig *config) in _PyPreConfig_AsDict() function
2511 dict = _PyPreConfig_AsDict(pre_config); in _Py_GetConfigsAsDict()