Uses of Class
org.bytedeco.cpython.PyFunctionObject
Packages that use PyFunctionObject
-
Uses of PyFunctionObject in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return PyFunctionObjectModifier and TypeMethodDescriptionPyFunctionObject.func_annotations(PyObject setter) PyFunctionObject.func_builtins(PyObject setter) PyFunctionObject.func_closure(PyObject setter) PyFunctionObject.func_defaults(PyObject setter) PyFunctionObject.func_globals(PyObject setter) PyFunctionObject.func_kwdefaults(PyObject setter) PyFunctionObject.func_module(PyObject setter) PyFunctionObject.func_qualname(PyObject setter) PyFunctionObject.func_typeparams(PyObject setter) PyFunctionObject.func_version(int setter) PyFunctionObject.func_weakreflist(PyObject setter) PyFunctionObject.getPointer(long i) PyFunctionObject.position(long position) PyFunctionObject.vectorcall(vectorcallfunc setter) Methods in org.bytedeco.cpython with parameters of type PyFunctionObjectModifier and TypeMethodDescriptionintPyFunction_WatchCallback.call(int event, PyFunctionObject func, PyObject new_value) -
Uses of PyFunctionObject in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global with parameters of type PyFunctionObjectModifier and TypeMethodDescriptionstatic voidpython.PyFunction_SetVectorcall(PyFunctionObject arg0, vectorcallfunc arg1)