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

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
diff -r 779cda568acb -r 58c7f23ae1cb src/eric7/Documentation/Source/eric7.DebugClients.Python.ModuleLoader.html
--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.ModuleLoader.html	Sat Apr 20 18:01:36 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.ModuleLoader.html	Sat Apr 20 18:02:35 2024 +0200
@@ -161,7 +161,7 @@
 </dl>
 <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>)
+<b>find_spec</b>(<i>fullname, _path, target=None</i>)
 <p>
         Public method returning the module spec.
 </p>
@@ -172,14 +172,14 @@
 <dd>
 name of the module to be loaded
 </dd>
-<dt><i>path</i> (str)</dt>
+<dt><i>_path</i> (str)</dt>
 <dd>
-path to resolve the module name
+path to resolve the module name (unused)
 </dd>
 <dt><i>target</i> (module)</dt>
 <dd>
 module object to use for a more educated guess
-            about what spec to return
+            about what spec to return (unused)
 </dd>
 </dl>
 <dl>

eric ide

mercurial