Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_call.py681 instance.set_vectorcall(TestType)
710 instance.set_vectorcall(SuperType)
/external/python/cpython3/Objects/
Dsetobject.c2339 set_vectorcall(PyObject *type, PyObject * const*args, in set_vectorcall() function
2479 .tp_vectorcall = set_vectorcall,