src/eric7/Documentation/Source/eric7.MicroPython.MipLocalInstaller.html

branch
eric7
changeset 10479
856476537696
parent 9979
dbafba79461d
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MipLocalInstaller.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MipLocalInstaller.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,54 +7,51 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.MicroPython.MipLocalInstaller</h1>
-
 <p>
 Module implementing a MicroPython package installer for devices missing the onboard
 'mip' package.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>MicroPythonPackageIndex</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#MipLocalInstaller">MipLocalInstaller</a></td>
 <td>Class implementing a MicroPython package installer ('mip' replacement).</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="MipLocalInstaller" ID="MipLocalInstaller"></a>
 <h2>MipLocalInstaller</h2>
-
 <p>
     Class implementing a MicroPython package installer ('mip' replacement).
 </p>
+
 <h3>Derived from</h3>
 QObject
 <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="#MipLocalInstaller.__init__">MipLocalInstaller</a></td>
 <td>Constructor</td>
@@ -84,19 +81,20 @@
 <td>Public method to install a MicroPython package.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="MipLocalInstaller.__init__" ID="MipLocalInstaller.__init__"></a>
 <h4>MipLocalInstaller (Constructor)</h4>
 <b>MipLocalInstaller</b>(<i>device, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>device</i> (BaseDevice)</dt>
@@ -111,10 +109,10 @@
 <a NAME="MipLocalInstaller.__getFile" ID="MipLocalInstaller.__getFile"></a>
 <h4>MipLocalInstaller.__getFile</h4>
 <b>__getFile</b>(<i>fileUrl</i>)
-
 <p>
         Private method to download the requested file.
 </p>
+
 <dl>
 
 <dt><i>fileUrl</i> (QUrl)</dt>
@@ -137,11 +135,11 @@
 <a NAME="MipLocalInstaller.__installFile" ID="MipLocalInstaller.__installFile"></a>
 <h4>MipLocalInstaller.__installFile</h4>
 <b>__installFile</b>(<i>fileUrl, targetDir, targetFile</i>)
-
 <p>
         Private method to download a file and copy the data to the given target
         directory.
 </p>
+
 <dl>
 
 <dt><i>fileUrl</i> (str)</dt>
@@ -172,11 +170,11 @@
 <a NAME="MipLocalInstaller.__installJson" ID="MipLocalInstaller.__installJson"></a>
 <h4>MipLocalInstaller.__installJson</h4>
 <b>__installJson</b>(<i>packageJson, version, mpy, target, index</i>)
-
 <p>
         Private method to install a package and its dependencies as defined by the
         package JSON file.
 </p>
+
 <dl>
 
 <dt><i>packageJson</i> (dict)</dt>
@@ -215,10 +213,10 @@
 <a NAME="MipLocalInstaller.__rewriteUrl" ID="MipLocalInstaller.__rewriteUrl"></a>
 <h4>MipLocalInstaller.__rewriteUrl</h4>
 <b>__rewriteUrl</b>(<i>url, branch=None</i>)
-
 <p>
         Private method to rewrite the given URL in case of a Github URL.
 </p>
+
 <dl>
 
 <dt><i>url</i> (str)</dt>
@@ -245,10 +243,10 @@
 <a NAME="MipLocalInstaller.errorString" ID="MipLocalInstaller.errorString"></a>
 <h4>MipLocalInstaller.errorString</h4>
 <b>errorString</b>(<i></i>)
-
 <p>
         Public method to get the last error as a string.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -264,10 +262,10 @@
 <a NAME="MipLocalInstaller.installPackage" ID="MipLocalInstaller.installPackage"></a>
 <h4>MipLocalInstaller.installPackage</h4>
 <b>installPackage</b>(<i>package, index=None, target=None, version=None, mpy=True</i>)
-
 <p>
         Public method to install a MicroPython package.
 </p>
+
 <dl>
 
 <dt><i>package</i> (str)</dt>
@@ -305,4 +303,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