| Package | Description |
|---|---|
| org.bytedeco.cpython.global |
| Modifier and Type | Method and Description |
|---|---|
static PyLongObject |
python._PyLong_FromNbInt(PyObject arg0) |
static PyLongObject |
python._PyLong_New(long arg0) |
| Modifier and Type | Method and Description |
|---|---|
static int |
python._PyLong_AsByteArray(PyLongObject v,
byte[] bytes,
long n,
int little_endian,
int is_signed) |
static int |
python._PyLong_AsByteArray(PyLongObject v,
ByteBuffer bytes,
long n,
int little_endian,
int is_signed) |
static int |
python._PyLong_AsByteArray(PyLongObject v,
BytePointer bytes,
long n,
int little_endian,
int is_signed) |
static PyObject |
python._PyLong_Copy(PyLongObject src) |
static double |
python._PyLong_Frexp(PyLongObject a,
SizeTPointer e) |
Copyright © 2020. All rights reserved.