Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c1617 vectorcall_unbound(PyThreadState *tstate, int unbound, PyObject *func, in vectorcall_unbound() function
1659 PyObject *retval = vectorcall_unbound(tstate, unbound, func, args, nargs); in vectorcall_method()
1680 PyObject *retval = vectorcall_unbound(tstate, unbound, func, args, nargs); in vectorcall_maybe()
7233 res = vectorcall_unbound(tstate, unbound, func, args, 2); in slot_sq_contains()
7620 PyObject *res = vectorcall_unbound(tstate, unbound, func, stack, 2); in slot_tp_richcompare()