Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Datexitmodule.c72 atexit_callfuncs(PyObject *module) in atexit_callfuncs() function
192 atexit_callfuncs(self); in atexit_run_exitfuncs()
330 _Py_PyAtExit(atexit_callfuncs, m); in atexit_exec()