Home
last modified time | relevance | path

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

/third_party/python/Python/clinic/
Dsysmodule.c.h717 sys_getrefcount_impl(PyObject *module, PyObject *object);
725 _return_value = sys_getrefcount_impl(module, object); in sys_getrefcount()
/third_party/python/Python/
Dsysmodule.c1789 sys_getrefcount_impl(PyObject *module, PyObject *object) in sys_getrefcount_impl() function