Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h325 PyAPI_FUNC(void) _PyState_ClearModules(void);
/external/python/cpython3/Python/
Dpystate.c541 _PyState_ClearModules(void) in _PyState_ClearModules() function
Dimport.c524 _PyState_ClearModules(); in PyImport_Cleanup()