createPythonModule

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto createPythonModule()
    createPythonModule
    (
    LibraryName libraryName
    modules...
    )
    ()
    if (
    allSatisfy!(isModule, modules)
    )
  2. mixintemplate createPythonModule(python.boilerplate.Module module_, alias cfunctions, alias aggregates)

Meta