Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c7297 MethodDescriptor_vectorcall(PyObject *callable, PyObject *const *args, in MethodDescriptor_vectorcall() function
7310 op->vectorcall = MethodDescriptor_vectorcall; in MethodDescriptor_new()
7374 op->vectorcall = MethodDescriptor_vectorcall; in MethodDescriptor2_new()