Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dweakrefobject.c22 static PyObject *weakref_vectorcall(PyWeakReference *self, PyObject *const *args, size_t nargsf, Py…
32 self->vectorcall = (vectorcallfunc)weakref_vectorcall; in init_weakref()
132 weakref_vectorcall(PyWeakReference *self, PyObject *const *args, in weakref_vectorcall() function