Home
last modified time | relevance | path

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

/third_party/python/Include/
Dmoduleobject.h31 PyAPI_FUNC(void) _PyModule_Clear(PyObject *);
/third_party/python/Objects/
Dmoduleobject.c565 _PyModule_Clear(PyObject *m) in _PyModule_Clear() function
/third_party/python/Python/
Dpylifecycle.c1464 _PyModule_Clear(mod); in finalize_modules_clear_weaklist()
/third_party/python/Misc/
DHISTORY29613 - New function _PyModule_Clear(), which clears a module's dictionary