Uses of Class
org.bytedeco.cpython.PyLongObject
Packages that use PyLongObject
-
Uses of PyLongObject in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global that return PyLongObjectModifier and TypeMethodDescriptionstatic PyLongObjectpython._Py_FalseStruct()static PyLongObjectpython._Py_TrueStruct()static PyLongObjectpython._PyLong_FromDigits(int negative, long digit_count, int[] digits) static PyLongObjectpython._PyLong_FromDigits(int negative, long digit_count, IntBuffer digits) static PyLongObjectpython._PyLong_FromDigits(int negative, long digit_count, IntPointer digits) static PyLongObjectpython._PyLong_New(long arg0) Methods in org.bytedeco.cpython.global with parameters of type PyLongObjectModifier and TypeMethodDescriptionstatic voidpython._Py_FalseStruct(PyLongObject setter) static voidpython._Py_TrueStruct(PyLongObject setter) static longpython._PyLong_CompactValue(PyLongObject op) static PyObjectpython._PyLong_Copy(PyLongObject src) static intpython._PyLong_IsCompact(PyLongObject op)