autowrap ~wrap_more (2022-02-21T06:46:39.7636453)
Dub
Repo
PythonMethod
python
type
The C API implementation of a Python method F of aggregate type T
struct
PythonMethod (
T
alias
F
) {
static
PyObject
*
impl
(PyObject* self_, PyObject* args, PyObject* kwargs);
}
Members
Static functions
impl
PyObject
*
impl
(PyObject* self_, PyObject* args, PyObject* kwargs)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
python
type
functions
pythonClass
structs
PythonClass
PythonMethod
PythonType
The C API implementation of a Python method F of aggregate type T