Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dsysmodule.c.h769 sys_gettotalrefcount_impl(PyObject *module);
777 _return_value = sys_gettotalrefcount_impl(module); in sys_gettotalrefcount()
/external/python/cpython3/Python/
Dsysmodule.c1662 sys_gettotalrefcount_impl(PyObject *module) in sys_gettotalrefcount_impl() function