Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_testcapi/
Dvectorcall.c278 MethodDescriptor_vectorcall(PyObject *callable, PyObject *const *args, in MethodDescriptor_vectorcall() function
291 op->vectorcall = MethodDescriptor_vectorcall; in MethodDescriptor_new()
355 op->vectorcall = MethodDescriptor_vectorcall; in MethodDescriptor2_new()