CustomLoader¶
-
class
tenjint.optimize.CustomLoader(fullname, source)[source]¶ Methods
CustomLoader.__init__(fullname, source)Initialize self.
Return a module to initialize and into which to load.
CustomLoader.exec_module(module)CustomLoader.load_module(fullname)Return the loaded module.
CustomLoader.module_repr(module)Return a module’s repr.