autowrap.pynih.wrap

Wrapping functionality for D to Python.

Public Imports

std.typecons
public import std.typecons : Yes, No;
autowrap.types
public import autowrap.types : Modules, Module, isModule, LibraryName, PreModuleInitCode, PostModuleInitCode, RootNamespace, Ignore;

Members

Functions

createPythonModule
auto createPythonModule()
Undocumented in source. Be warned that the author may not have intended to support it.
createPythonModuleMixin
string createPythonModuleMixin()
Undocumented in source. Be warned that the author may not have intended to support it.
wrapDlang
string wrapDlang()

Returns a string to mixin that implements the necessary boilerplate to create a Python library containing one Python module wrapping all relevant D code and data structures.

Mixin templates

createPythonModule
mixintemplate createPythonModule(python.boilerplate.Module module_, alias cfunctions, alias aggregates)
Undocumented in source.

Meta