initModule

Calls Py_InitModule. It's the Python2 way of creating a new Python module. Each function has the same name in Python.

void
initModule
(
Module module_
alias cfunctions
alias aggregates
)
()
if (
isPython2 &&
is(cfunctions == CFunctions!F,
F...
)
&&
is(aggregates == Aggregates!T,
T...
)
)

Meta