Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/clinic/
Dsysmodule.c.h739 sys_getrefcount_impl(PyObject *module, PyObject *object);
747 _return_value = sys_getrefcount_impl(module, object); in sys_getrefcount()
/aosp_15_r20/external/python/cpython3/Python/
Dsysmodule.c1752 sys_getrefcount_impl(PyObject *module, PyObject *object) in sys_getrefcount_impl() function