Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_interp.h310 extern void _PyInterpreterState_ClearModules(PyInterpreterState *interp);
/third_party/python/Python/
Dpystate.c802 _PyInterpreterState_ClearModules(PyInterpreterState *interp) in _PyInterpreterState_ClearModules() function
Dpylifecycle.c1557 _PyInterpreterState_ClearModules(interp); in finalize_modules()