Uses of Class
org.bytedeco.cpython.PyGetSetDef
Packages that use PyGetSetDef
-
Uses of PyGetSetDef in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return PyGetSetDefModifier and TypeMethodDescriptionPyGetSetDef.doc(BytePointer setter) PyGetSetDef.getPointer(long i) PyGetSetDef.name(BytePointer setter) PyGetSetDef.position(long position) PyTypeObject.tp_getset()Methods in org.bytedeco.cpython with parameters of type PyGetSetDef -
Uses of PyGetSetDef in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global with parameters of type PyGetSetDefModifier and TypeMethodDescriptionstatic PyObjectpython.PyDescr_NewGetSet(PyTypeObject arg0, PyGetSetDef arg1)