Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpylifecycle.h81 PyAPI_FUNC(void) _PyMainInterpreterConfig_Clear(_PyMainInterpreterConfig *);
/external/python/cpython3/Modules/
Dmain.c2629 _PyMainInterpreterConfig_Clear(_PyMainInterpreterConfig *config) in _PyMainInterpreterConfig_Clear() function
2671 _PyMainInterpreterConfig_Clear(config); in _PyMainInterpreterConfig_Copy()
2825 _PyMainInterpreterConfig_Clear(&main_config); in pymain_init_python_main()
/external/python/cpython3/Python/
Dpystate.c202 _PyMainInterpreterConfig_Clear(&interp->config); in PyInterpreterState_Clear()
Dpylifecycle.c1016 _PyMainInterpreterConfig_Clear(&main_config); in _Py_InitializeFromConfig()