| Package | Description |
|---|---|
| org.bytedeco.cpython | |
| org.bytedeco.cpython.global |
| Modifier and Type | Method and Description |
|---|---|
vectorcallfunc |
PyTypeObject.tp_vectorcall() |
vectorcallfunc |
PyTypeObject.tp_vectorcall() |
vectorcallfunc |
PyCFunctionObject.vectorcall() |
vectorcallfunc |
PyFunctionObject.vectorcall() |
vectorcallfunc |
PyMethodDescrObject.vectorcall() |
vectorcallfunc |
PyMethodObject.vectorcall() |
vectorcallfunc |
PyMethodObject.vectorcall() |
vectorcallfunc |
PyMethodDescrObject.vectorcall() |
vectorcallfunc |
PyFunctionObject.vectorcall() |
vectorcallfunc |
PyCFunctionObject.vectorcall() |
| Modifier and Type | Method and Description |
|---|---|
PyTypeObject |
PyTypeObject.tp_vectorcall(vectorcallfunc setter) |
PyTypeObject |
PyTypeObject.tp_vectorcall(vectorcallfunc setter) |
PyCFunctionObject |
PyCFunctionObject.vectorcall(vectorcallfunc setter) |
PyFunctionObject |
PyFunctionObject.vectorcall(vectorcallfunc setter) |
PyMethodDescrObject |
PyMethodDescrObject.vectorcall(vectorcallfunc setter) |
PyMethodObject |
PyMethodObject.vectorcall(vectorcallfunc setter) |
PyMethodObject |
PyMethodObject.vectorcall(vectorcallfunc setter) |
PyMethodDescrObject |
PyMethodDescrObject.vectorcall(vectorcallfunc setter) |
PyFunctionObject |
PyFunctionObject.vectorcall(vectorcallfunc setter) |
PyCFunctionObject |
PyCFunctionObject.vectorcall(vectorcallfunc setter) |
| Modifier and Type | Method and Description |
|---|---|
static vectorcallfunc |
python.PyVectorcall_Function(PyObject callable) |
static vectorcallfunc |
python.PyVectorcall_Function(PyObject callable) |
Copyright © 2022. All rights reserved.