Package | Description |
---|---|
org.bytedeco.cpython | |
org.bytedeco.cpython.global |
Modifier and Type | Method and Description |
---|---|
PyMethodDef |
PyMethodDescrObject.d_method() |
PyMethodDef |
PyModuleDef.m_methods() |
PyMethodDef |
PyCFunctionObject.m_ml() |
PyMethodDef |
PyMethodDef.ml_doc(BytePointer setter) |
PyMethodDef |
PyMethodDef.ml_flags(int setter) |
PyMethodDef |
PyMethodDef.ml_meth(PyCFunction setter) |
PyMethodDef |
PyMethodDef.ml_name(BytePointer setter) |
PyMethodDef |
PyMethodDef.position(long position) |
PyMethodDef |
PyTypeObject.tp_methods() |
Modifier and Type | Method and Description |
---|---|
PyMethodDescrObject |
PyMethodDescrObject.d_method(PyMethodDef setter) |
PyModuleDef |
PyModuleDef.m_methods(PyMethodDef setter) |
PyCFunctionObject |
PyCFunctionObject.m_ml(PyMethodDef setter) |
PyTypeObject |
PyTypeObject.tp_methods(PyMethodDef setter) |
Modifier and Type | Method and Description |
---|---|
static PyObject |
python._PyMethodDef_RawFastCallDict(PyMethodDef method,
PyObject self,
PointerPointer args,
long nargs,
PyObject kwargs) |
static PyObject |
python._PyMethodDef_RawFastCallDict(PyMethodDef method,
PyObject self,
PyObject args,
long nargs,
PyObject kwargs) |
static PyObject |
python._PyMethodDef_RawFastCallKeywords(PyMethodDef method,
PyObject self,
PointerPointer args,
long nargs,
PyObject kwnames) |
static PyObject |
python._PyMethodDef_RawFastCallKeywords(PyMethodDef method,
PyObject self,
PyObject args,
long nargs,
PyObject kwnames) |
static PyObject |
python.PyCFunction_NewEx(PyMethodDef arg0,
PyObject arg1,
PyObject arg2) |
static PyObject |
python.PyDescr_NewClassMethod(PyTypeObject arg0,
PyMethodDef arg1) |
static PyObject |
python.PyDescr_NewMethod(PyTypeObject arg0,
PyMethodDef arg1) |
static int |
python.PyModule_AddFunctions(PyObject arg0,
PyMethodDef arg1) |
Copyright © 2020. All rights reserved.