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