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

branch
eric7
changeset 10070
9f5758c0fec1
parent 9209
b99e7fd55fd3
child 10259
b51dfacef37f
diff -r 435cc5875135 -r 9f5758c0fec1 src/eric7/Documentation/Source/eric7.DebugClients.Python.ModuleLoader.html
--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.ModuleLoader.html	Thu May 25 19:51:47 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.ModuleLoader.html	Thu May 25 19:52:31 2023 +0200
@@ -72,7 +72,7 @@
 </tr>
 <tr>
 <td><a href="#ModuleLoader.find_spec">find_spec</a></td>
-<td>Public method returning the module spec.</td>
+<td></td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -165,37 +165,6 @@
 <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>
-<dd>
-name of the module to be loaded
-</dd>
-<dt><i>path</i> (str)</dt>
-<dd>
-path to resolve the module name
-</dd>
-<dt><i>target</i> (module)</dt>
-<dd>
-module object to use for a more educated guess
-            about what spec to return
-</dd>
-</dl>
-<dl>
-<dt>Return:</dt>
-<dd>
-module spec object pointing to the module loader
-</dd>
-</dl>
-<dl>
-<dt>Return Type:</dt>
-<dd>
-ModuleSpec
-</dd>
-</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial