Home
last modified time | relevance | path

Searched refs:_PyCoreConfig_AsDict (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dpylifecycle.h73 PyAPI_FUNC(PyObject *) _PyCoreConfig_AsDict(const _PyCoreConfig *config);
/external/python/cpython3/Programs/
D_testembed.c320 dict = _PyCoreConfig_AsDict(core_config); in dump_config_impl()
/external/python/cpython3/Modules/
Dmain.c2540 _PyCoreConfig_AsDict(const _PyCoreConfig *config) in _PyCoreConfig_AsDict() function
D_testcapimodule.c4566 return _PyCoreConfig_AsDict(config); in get_core_config()