autowrap v0.4.5 (2019-10-10T08:52:08Z)
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
*
_py_method_impl
(PyObject* self, PyObject* args, PyObject* kwargs);
}
Members
Static functions
_py_method_impl
PyObject
*
_py_method_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
classes
ArgsException
ArgumentConversionException
enums
isDateOrDateTime
isNonRangeUDT
isPhobos
isTuple
isUserAggregate
functions
pythonCallable
pythonClass
userAggregateInit
structs
PythonClass
PythonFunction
PythonMethod
PythonType
variables
gFactory
The C API implementation of a Python method F of aggregate type T