python.boilerplate

Undocumented in source.

Members

Functions

createModuleMixin
string createModuleMixin()

A string mixin to reduce boilerplate when creating a Python module. Takes a module name and a variadic list of C functions to make available.

createModuleMixin
string createModuleMixin()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Aggregates
struct Aggregates(T...)

A list of aggregates to wrap

CFunctions
struct CFunctions(functions...)

For a nicer API

Module
struct Module

For a nicer API

Meta