mir.pybind

Undocumented in source.

Modules

conv
module mir.pybind.conv
Undocumented in source.
format
module mir.pybind.format
Undocumented in source.
pyapi
module mir.pybind.pyapi
Undocumented in source.

Members

Enums

def
eponymoustemplate def(alias dfunc, string doc = "", string name = __traits(identifier, dfunc))

template to define python function (wrapper of PyMethodDef) TODO insert type signature and args in docstring automatically

Mixin templates

defModule
mixintemplate defModule(string modName, string modDoc, PyMethodDef[] defs)

template to define python module (wrapper of PyModuleDef)

Meta