Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dsysmodule.c.h710 … {"gettotalrefcount", (PyCFunction)sys_gettotalrefcount, METH_NOARGS, sys_gettotalrefcount__doc__},
716 sys_gettotalrefcount(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_gettotalrefcount() function
/external/python/cpython2/Python/
Dsysmodule.c776 sys_gettotalrefcount(PyObject *self) in sys_gettotalrefcount() function
954 {"gettotalrefcount", (PyCFunction)sys_gettotalrefcount, METH_NOARGS},