Uses of Class
org.bytedeco.cpython.PyMemberDef
Packages that use PyMemberDef
-
Uses of PyMemberDef in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return PyMemberDefModifier and TypeMethodDescriptionPyMemberDef.doc(BytePointer setter) PyMemberDef.flags(int setter) PyMemberDef.getPointer(long i) PyMemberDef.name(BytePointer setter) PyMemberDef.offset(long setter) PyMemberDef.position(long position) PyTypeObject.tp_members()PyMemberDef.type(int setter) Methods in org.bytedeco.cpython with parameters of type PyMemberDef -
Uses of PyMemberDef in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global with parameters of type PyMemberDefModifier and TypeMethodDescriptionstatic PyObjectpython.PyDescr_NewMember(PyTypeObject arg0, PyMemberDef arg1) static PyObjectpython.PyMember_GetOne(String arg0, PyMemberDef arg1) static PyObjectpython.PyMember_GetOne(BytePointer arg0, PyMemberDef arg1) static intpython.PyMember_SetOne(byte[] arg0, PyMemberDef arg1, PyObject arg2) static intpython.PyMember_SetOne(ByteBuffer arg0, PyMemberDef arg1, PyObject arg2) static intpython.PyMember_SetOne(BytePointer arg0, PyMemberDef arg1, PyObject arg2)