Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Datexitmodule.c190 atexit_run_exitfuncs(PyObject *self, PyObject *unused) in atexit_run_exitfuncs() function
301 {"_run_exitfuncs", (PyCFunction) atexit_run_exitfuncs, METH_NOARGS,