Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dmoduleobject.c100 _PyModule_Clear(PyObject *m) in _PyModule_Clear() function
180 _PyModule_Clear((PyObject *)m); in module_dealloc()
/external/python/cpython2/Include/
Dmoduleobject.h19 PyAPI_FUNC(void) _PyModule_Clear(PyObject *);
/external/python/cpython3/Include/
Dmoduleobject.h31 PyAPI_FUNC(void) _PyModule_Clear(PyObject *);
/external/python/cpython2/PC/os2vacpp/
Dpython.def458 _PyModule_Clear
/external/python/cpython2/Python/
Dimport.c483 _PyModule_Clear(value); in PyImport_Cleanup()
520 _PyModule_Clear(value); in PyImport_Cleanup()
543 _PyModule_Clear(value); in PyImport_Cleanup()
558 _PyModule_Clear(value); in PyImport_Cleanup()
567 _PyModule_Clear(value); in PyImport_Cleanup()
/external/python/cpython3/Objects/
Dmoduleobject.c573 _PyModule_Clear(PyObject *m) in _PyModule_Clear() function
/external/python/cpython2/PC/os2emx/
Dpython27.def437 "_PyModule_Clear"
/external/python/cpython3/Python/
Dimport.c558 _PyModule_Clear(mod); in PyImport_Cleanup()
/external/python/cpython2/Misc/
DHISTORY12234 - New function _PyModule_Clear(), which clears a module's dictionary
/external/python/cpython3/Misc/
DHISTORY29613 - New function _PyModule_Clear(), which clears a module's dictionary