Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_weakref.c.h15 _weakref_getweakrefcount_impl(PyObject *module, PyObject *object);
23 _return_value = _weakref_getweakrefcount_impl(module, object); in _weakref_getweakrefcount()
/external/python/cpython3/Modules/
D_weakref.c25 _weakref_getweakrefcount_impl(PyObject *module, PyObject *object) in _weakref_getweakrefcount_impl() function