src/eric7/Documentation/Source/eric7.DebugClients.Python.ModuleLoader.html

branch
eric7
changeset 10479
856476537696
parent 10259
b51dfacef37f
child 10684
58c7f23ae1cb
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.DebugClients.Python.ModuleLoader.html
--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.ModuleLoader.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.ModuleLoader.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.DebugClients.Python.ModuleLoader</h1>
-
 <p>
 Module implementing an import hook patching modules to support debugging.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#ModuleLoader">ModuleLoader</a></td>
 <td>Class implementing an import hook patching modules to support debugging.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="ModuleLoader" ID="ModuleLoader"></a>
 <h2>ModuleLoader</h2>
-
 <p>
     Class implementing an import hook patching modules to support debugging.
 </p>
+
 <h3>Derived from</h3>
 None
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#ModuleLoader.__init__">ModuleLoader</a></td>
 <td>Constructor</td>
@@ -75,19 +72,20 @@
 <td>Public method returning the module spec.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="ModuleLoader.__init__" ID="ModuleLoader.__init__"></a>
 <h4>ModuleLoader (Constructor)</h4>
 <b>ModuleLoader</b>(<i>debugClient</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>debugClient</i> (DebugClient)</dt>
@@ -98,10 +96,10 @@
 <a NAME="ModuleLoader.__loadModule" ID="ModuleLoader.__loadModule"></a>
 <h4>ModuleLoader.__loadModule</h4>
 <b>__loadModule</b>(<i>fullname</i>)
-
 <p>
         Private method to load a module.
 </p>
+
 <dl>
 
 <dt><i>fullname</i> (str)</dt>
@@ -124,10 +122,10 @@
 <a NAME="ModuleLoader.create_module" ID="ModuleLoader.create_module"></a>
 <h4>ModuleLoader.create_module</h4>
 <b>create_module</b>(<i>spec</i>)
-
 <p>
         Public method to create a module based on the passed in spec.
 </p>
+
 <dl>
 
 <dt><i>spec</i> (ModuleSpec)</dt>
@@ -150,10 +148,10 @@
 <a NAME="ModuleLoader.exec_module" ID="ModuleLoader.exec_module"></a>
 <h4>ModuleLoader.exec_module</h4>
 <b>exec_module</b>(<i>module</i>)
-
 <p>
         Public method to execute the created module.
 </p>
+
 <dl>
 
 <dt><i>module</i> (module)</dt>
@@ -164,10 +162,10 @@
 <a NAME="ModuleLoader.find_spec" ID="ModuleLoader.find_spec"></a>
 <h4>ModuleLoader.find_spec</h4>
 <b>find_spec</b>(<i>fullname, path, target=None</i>)
-
 <p>
         Public method returning the module spec.
 </p>
+
 <dl>
 
 <dt><i>fullname</i> (str)</dt>
@@ -198,4 +196,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial