Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_initconfig.h166 PyAPI_FUNC(int) _PyConfig_FromDict(PyConfig *config, PyObject *dict);
/third_party/python/Modules/
D_testinternalcapi.c257 if (_PyConfig_FromDict(&config, dict) < 0) { in test_set_config()
/third_party/python/Python/
Dinitconfig.c1211 _PyConfig_FromDict(PyConfig *config, PyObject *dict) in _PyConfig_FromDict() function