| Package | Description |
|---|---|
| org.bytedeco.cpython.global |
| Modifier and Type | Method and Description |
|---|---|
static PyCapsule_Destructor |
python.PyCapsule_GetDestructor(PyObject capsule) |
| Modifier and Type | Method and Description |
|---|---|
static PyObject |
python.PyCapsule_New(Pointer pointer,
BytePointer name,
PyCapsule_Destructor destructor) |
static PyObject |
python.PyCapsule_New(Pointer pointer,
String name,
PyCapsule_Destructor destructor) |
static int |
python.PyCapsule_SetDestructor(PyObject capsule,
PyCapsule_Destructor destructor) |
Copyright © 2020. All rights reserved.