-
- Downloads
Hide the Python module implementation init function
Python extension modules only need to export the PyInit function. Any other C functions are merely part of the module implementation, and can therefore be kept private.
Please register or sign in to comment