Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_initconfig.h134 extern PyObject* _PyPreConfig_AsDict(const PyPreConfig *preconfig);
/third_party/python/Python/
Dpreconfig.c410 _PyPreConfig_AsDict(const PyPreConfig *config) in _PyPreConfig_AsDict() function
Dinitconfig.c2921 dict = _PyPreConfig_AsDict(pre_config); in _Py_GetConfigsAsDict()