Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dclassobject.c36 method_vectorcall(PyObject *method, PyObject *const *args, in method_vectorcall() function
114 im->vectorcall = method_vectorcall; in PyMethod_New()