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