Uses of Class
org.bytedeco.cpython.vectorcallfunc
Packages that use vectorcallfunc
-
Uses of vectorcallfunc in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return vectorcallfuncModifier and TypeMethodDescriptionPyTypeObject.tp_vectorcall()PyCFunctionObject.vectorcall()PyFunctionObject.vectorcall()PyMethodObject.vectorcall()Methods in org.bytedeco.cpython with parameters of type vectorcallfuncModifier and TypeMethodDescriptionPyTypeObject.tp_vectorcall(vectorcallfunc setter) PyCFunctionObject.vectorcall(vectorcallfunc setter) PyFunctionObject.vectorcall(vectorcallfunc setter) PyMethodObject.vectorcall(vectorcallfunc setter) -
Uses of vectorcallfunc in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global that return vectorcallfuncModifier and TypeMethodDescriptionstatic vectorcallfuncpython.PyVectorcall_Function(PyObject callable) Methods in org.bytedeco.cpython.global with parameters of type vectorcallfuncModifier and TypeMethodDescriptionstatic voidpython.PyFunction_SetVectorcall(PyFunctionObject arg0, vectorcallfunc arg1)