Uses of Class
org.bytedeco.cpython.PyMethodDef
Packages that use PyMethodDef
-
Uses of PyMethodDef in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return PyMethodDefModifier and TypeMethodDescriptionPyMethodDef.getPointer(long i) PyModuleDef.m_methods()PyCFunctionObject.m_ml()PyMethodDef.ml_doc(BytePointer setter) PyMethodDef.ml_flags(int setter) PyMethodDef.ml_meth(PyCFunction setter) PyMethodDef.ml_name(BytePointer setter) PyMethodDef.position(long position) PyTypeObject.tp_methods()Methods in org.bytedeco.cpython with parameters of type PyMethodDefModifier and TypeMethodDescriptionPyModuleDef.m_methods(PyMethodDef setter) PyCFunctionObject.m_ml(PyMethodDef setter) PyTypeObject.tp_methods(PyMethodDef setter) -
Uses of PyMethodDef in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global with parameters of type PyMethodDefModifier and TypeMethodDescriptionstatic PyObjectpython.PyCFunction_New(PyMethodDef arg0, PyObject arg1) static PyObjectpython.PyCFunction_NewEx(PyMethodDef arg0, PyObject arg1, PyObject arg2) static PyObjectpython.PyCMethod_New(PyMethodDef arg0, PyObject arg1, PyObject arg2, PyTypeObject arg3) static PyObjectpython.PyDescr_NewClassMethod(PyTypeObject arg0, PyMethodDef arg1) static PyObjectpython.PyDescr_NewMethod(PyTypeObject arg0, PyMethodDef arg1) static intpython.PyModule_AddFunctions(PyObject arg0, PyMethodDef arg1)