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.
Converts an identifier from camelCase or PascalCase to snake_case.
Wrap aggregate of type T.
wrap all aggregates found in the given modules, specified by their name (to avoid importing all of them first).
Wrap global functions from multiple modules
See Source File
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.