Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Datexitmodule.c216 atexit_ncallbacks(PyObject *self, PyObject *unused) in atexit_ncallbacks() function
303 {"_ncallbacks", (PyCFunction) atexit_ncallbacks, METH_NOARGS,