Featured
-
No Featured Found!
Tags
How to initialization the function in python
In python your extension module is the initialization function and This function is called by the Python interpreter when the module is loaded. the function is named initModule.
use the below function in your own module in .py file,
PyMODINIT...