Uses of Class
org.bytedeco.cpython.PyVarObject
Packages that use PyVarObject
-
Uses of PyVarObject in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return PyVarObjectModifier and TypeMethodDescriptionPyVarObject.getPointer(long i) PyByteArrayObject.ob_base()PyBytesObject.ob_base()PyCodeObject.ob_base()PyListObject.ob_base()PyTupleObject.ob_base()PyTypeObject.ob_base()PyVarObject.ob_size(long setter) PyVarObject.position(long position) Methods in org.bytedeco.cpython with parameters of type PyVarObjectModifier and TypeMethodDescriptionPyByteArrayObject.ob_base(PyVarObject setter) PyBytesObject.ob_base(PyVarObject setter) PyCodeObject.ob_base(PyVarObject setter) PyListObject.ob_base(PyVarObject setter) PyTupleObject.ob_base(PyVarObject setter) PyTypeObject.ob_base(PyVarObject setter) -
Uses of PyVarObject in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global that return PyVarObjectModifier and TypeMethodDescriptionstatic PyVarObjectpython._PyObject_GC_NewVar(PyTypeObject arg0, long arg1) static PyVarObjectpython._PyObject_GC_Resize(PyVarObject arg0, long arg1) static PyVarObjectpython._PyObject_NewVar(PyTypeObject arg0, long arg1) static PyVarObjectpython.PyObject_InitVar(PyVarObject arg0, PyTypeObject arg1, long arg2) Methods in org.bytedeco.cpython.global with parameters of type PyVarObjectModifier and TypeMethodDescriptionstatic PyVarObjectpython._PyObject_GC_Resize(PyVarObject arg0, long arg1) static voidpython.Py_SET_SIZE(PyVarObject ob, long size) static PyVarObjectpython.PyObject_InitVar(PyVarObject arg0, PyTypeObject arg1, long arg2)