Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c6472 MethodDescriptor_vectorcall(PyObject *callable, PyObject *const *args, in MethodDescriptor_vectorcall() function
6485 op->vectorcall = MethodDescriptor_vectorcall; in MethodDescriptor_new()
6549 op->vectorcall = MethodDescriptor_vectorcall; in MethodDescriptor2_new()