createModule

Creates a Python3 module from the given C functions. Each function has the same name in Python.

createModule
(
Module module_
alias cfunctions
alias aggregates
)
()
if (
isPython3 &&
is(cfunctions == CFunctions!F,
F...
)
&&
is(aggregates == Aggregates!T,
T...
)
)

Meta