| 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(org.bytedeco.javacpp.Pointer pointer,
org.bytedeco.javacpp.BytePointer name,
PyCapsule_Destructor destructor) |
static PyObject |
python.PyCapsule_New(org.bytedeco.javacpp.Pointer pointer,
String name,
PyCapsule_Destructor destructor) |
static int |
python.PyCapsule_SetDestructor(PyObject capsule,
PyCapsule_Destructor destructor) |
Copyright © 2023. All rights reserved.