diff -r 9acc015ea443 -r 1bcd6d4df182 eric6/Documentation/Source/eric6.DebugClients.Python.ModuleLoader.html --- a/eric6/Documentation/Source/eric6.DebugClients.Python.ModuleLoader.html Sat Dec 19 14:41:43 2020 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.ModuleLoader.html Sat Dec 19 14:42:36 2020 +0100 @@ -85,17 +85,9 @@ <td>Public method to execute the created module.</td> </tr> <tr> -<td><a href="#ModuleLoader.find_module">find_module</a></td> -<td>Public method returning the module loader.</td> -</tr> -<tr> <td><a href="#ModuleLoader.find_spec">find_spec</a></td> <td>Public method returning the module spec.</td> </tr> -<tr> -<td><a href="#ModuleLoader.load_module">load_module</a></td> -<td>Public method to load a module.</td> -</tr> </table> <h3>Static Methods</h3> @@ -148,7 +140,7 @@ <b>create_module</b>(<i>spec</i>) <p> - Public method to create a module based on the passed in spec. + Public method to create a module based on the passed in spec. </p> <dl> @@ -174,7 +166,7 @@ <b>exec_module</b>(<i>module</i>) <p> - Public method to execute the created module. + Public method to execute the created module. </p> <dl> @@ -183,42 +175,12 @@ module to be executed </dd> </dl> -<a NAME="ModuleLoader.find_module" ID="ModuleLoader.find_module"></a> -<h4>ModuleLoader.find_module</h4> -<b>find_module</b>(<i>fullname, path=None</i>) - -<p> - Public method returning the module loader. -</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> -</dl> -<dl> -<dt>Returns:</dt> -<dd> -module loader object -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -object -</dd> -</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>) <p> - Public method returning the module spec. + Public method returning the module spec. </p> <dl> @@ -233,7 +195,7 @@ <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 </dd> </dl> <dl> @@ -248,32 +210,6 @@ ModuleSpec </dd> </dl> -<a NAME="ModuleLoader.load_module" ID="ModuleLoader.load_module"></a> -<h4>ModuleLoader.load_module</h4> -<b>load_module</b>(<i>fullname</i>) - -<p> - Public method to load a module. -</p> -<dl> - -<dt><i>fullname</i> (str)</dt> -<dd> -name of the module to be loaded -</dd> -</dl> -<dl> -<dt>Returns:</dt> -<dd> -reference to the loaded module -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -module -</dd> -</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file