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.flags(int setter) |
PyType_Spec |
PyType_Spec.itemsize(int setter) |
PyType_Spec |
PyType_Spec.name(BytePointer setter) |
PyType_Spec |
PyType_Spec.position(long position) |
PyType_Spec |
PyType_Spec.slots(PyType_Slot setter) |
Modifier and Type | Method and Description |
---|---|
static PyObject |
python.PyType_FromSpec(PyType_Spec arg0) |
static PyObject |
python.PyType_FromSpecWithBases(PyType_Spec arg0,
PyObject arg1) |
Copyright © 2020. All rights reserved.