createPythonModule

Reflects on the modules given and creates a Python module called libraryName with wrappers for all of the functions and types in each of the modules.

createPythonModule
(
LibraryName libraryName
modules...
)
()
if (
allSatisfy!(isModule, modules)
)

Meta