autowrap.python.wrap

Functions to wrap entities in D modules for Python consumption.

These functions are usually not called directly, but from the mixin generated by autowrap.python.boilerplate.pydBoilerplate.

Members

Functions

wrapAggregate
auto wrapAggregate()

Wrap aggregate of type T.

wrapAllAggregates
void wrapAllAggregates()

wrap all aggregates found in the given modules, specified by their name (to avoid importing all of them first).

wrapAllFunctions
void wrapAllFunctions()

Wrap global functions from multiple modules

Meta