autowrap v0.4.4 (2019-08-22T08:50:35Z)
Dub
Repo
PythonFunction
python
type
The C API implementation that calls a D function F.
struct
PythonFunction (
alias
F
) {
static
PyObject
*
_py_function_impl
(PyObject* self, PyObject* args, PyObject* kwargs);
}
Members
Static functions
_py_function_impl
PyObject
*
_py_function_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
enums
isDateOrDateTime
isNonRangeUDT
isPhobos
isTuple
isUserAggregate
functions
pythonCallable
pythonClass
userAggregateInit
structs
PythonClass
PythonFunction
PythonMethod
PythonType
The C API implementation that calls a D function F.