cfunctions

The C functions that Python is actually going to call, of the type PyObject* (PyObject* args, PyObject* kwargs). "Returned" as python.boilerplate.CFunctions, obtained by reflecting on the passed-in modules and synthethising the necessary functions by doing all conversions automatically.

Members

Aliases

cfunctions
alias cfunctions = CFunctions!(staticMap!(toCFunction, wrappableFunctions!modules))
Undocumented in source.

Meta