--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.ModuleLoader.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.ModuleLoader.html Fri Oct 27 14:09:40 2023 +0200 @@ -72,7 +72,7 @@ </tr> <tr> <td><a href="#ModuleLoader.find_spec">find_spec</a></td> -<td></td> +<td>Public method returning the module spec.</td> </tr> </table> <h3>Static Methods</h3> @@ -165,6 +165,37 @@ <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