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