Module implementing an import hook patching modules to support debugging.
None |
ModuleLoader | Class implementing an import hook patching modules to support debugging. |
None |
Class implementing an import hook patching modules to support debugging.
None |
None |
ModuleLoader | Constructor |
__loadModule | Private method to load a module. |
create_module | Public method to create a module based on the passed in spec. |
exec_module | Public method to execute the created module. |
find_spec | Public method returning the module spec. |
None |
Constructor
Private method to load a module.
Public method to create a module based on the passed in spec.
Public method to execute the created module.
Public method returning the module spec.