Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_initconfig.h165 PyAPI_FUNC(PyObject*) _PyConfig_AsDict(const PyConfig *config);
/third_party/python/Modules/
D_testinternalcapi.c246 PyObject *dict = _PyConfig_AsDict(&config); in test_get_config()
/third_party/python/Python/
Dinitconfig.c949 _PyConfig_AsDict(const PyConfig *config) in _PyConfig_AsDict() function
2932 dict = _PyConfig_AsDict(config); in _Py_GetConfigsAsDict()