Home
last modified time | relevance | path

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

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