Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsysmodule.c776 sys_gettotalrefcount(PyObject *self) in sys_gettotalrefcount() function
954 {"gettotalrefcount", (PyCFunction)sys_gettotalrefcount, METH_NOARGS},
/external/python/cpython3/Python/
Dsysmodule.c1301 sys_gettotalrefcount(PyObject *self) in sys_gettotalrefcount() function
1552 {"gettotalrefcount", (PyCFunction)sys_gettotalrefcount, METH_NOARGS},