Module initialization function. Should be called after the last call to def.
This may not be supportable in Python 3 extensions.
Params
Options = Optional parameters. Takes Docstring!(docstring), and ModuleName!(modulename)
modulename = name of module
docstring = docstring of module
Module initialization function. Should be called after the last call to def.
This may not be supportable in Python 3 extensions.
Params Options = Optional parameters. Takes Docstring!(docstring), and ModuleName!(modulename) modulename = name of module docstring = docstring of module