Searched refs:_PyModule_Clear (Results 1 – 4 of 4) sorted by relevance
31 PyAPI_FUNC(void) _PyModule_Clear(PyObject *);
565 _PyModule_Clear(PyObject *m) in _PyModule_Clear() function
1464 _PyModule_Clear(mod); in finalize_modules_clear_weaklist()
29613 - New function _PyModule_Clear(), which clears a module's dictionary