| Package | Description |
|---|---|
| org.bytedeco.cpython | |
| org.bytedeco.cpython.global |
| Modifier and Type | Method and Description |
|---|---|
PyType_Spec |
PyType_Spec.basicsize(int setter) |
PyType_Spec |
PyType_Spec.basicsize(int setter) |
PyType_Spec |
PyType_Spec.flags(int setter) |
PyType_Spec |
PyType_Spec.flags(int setter) |
PyType_Spec |
PyType_Spec.getPointer(long i) |
PyType_Spec |
PyType_Spec.getPointer(long i) |
PyType_Spec |
PyType_Spec.itemsize(int setter) |
PyType_Spec |
PyType_Spec.itemsize(int setter) |
PyType_Spec |
PyType_Spec.name(BytePointer setter) |
PyType_Spec |
PyType_Spec.name(BytePointer setter) |
PyType_Spec |
PyType_Spec.position(long position) |
PyType_Spec |
PyType_Spec.position(long position) |
PyType_Spec |
PyType_Spec.slots(PyType_Slot setter) |
PyType_Spec |
PyType_Spec.slots(PyType_Slot setter) |
| Modifier and Type | Method and Description |
|---|---|
static PyObject |
python.PyType_FromModuleAndSpec(PyObject arg0,
PyType_Spec arg1,
PyObject arg2) |
static PyObject |
python.PyType_FromModuleAndSpec(PyObject arg0,
PyType_Spec arg1,
PyObject arg2) |
static PyObject |
python.PyType_FromSpec(PyType_Spec arg0) |
static PyObject |
python.PyType_FromSpec(PyType_Spec arg0) |
static PyObject |
python.PyType_FromSpecWithBases(PyType_Spec arg0,
PyObject arg1) |
static PyObject |
python.PyType_FromSpecWithBases(PyType_Spec arg0,
PyObject arg1) |
Copyright © 2022. All rights reserved.