Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpylifecycle.h86 PyAPI_FUNC(PyObject*) _PyMainInterpreterConfig_AsDict(
/external/python/cpython3/Programs/
D_testembed.c331 dict = _PyMainInterpreterConfig_AsDict(main_config); in dump_config_impl()
/external/python/cpython3/Modules/
Dmain.c2701 _PyMainInterpreterConfig_AsDict(const _PyMainInterpreterConfig *config) in _PyMainInterpreterConfig_AsDict() function
D_testcapimodule.c4575 return _PyMainInterpreterConfig_AsDict(config); in get_main_config()