ModuleInit

call will be made at the appropriate time for initializing modules. (for python 2, it should be after Py_Initialize, for python 3, before).

enum PyInitOrdering ModuleInit;

Meta