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).

  1. enum PyInitOrdering ModuleInit;
    version(Python_3_0_Or_Later)
    enum PyInitOrdering ModuleInit;
  2. enum PyInitOrdering ModuleInit;

Meta