src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonUpdater.CircuitPythonUpdaterInterface.html

branch
eric7
changeset 10479
856476537696
parent 10478
de9106c55c3d
child 11011
f1f1c8d0255d
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonUpdater.CircuitPythonUpdaterInterface.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonUpdater.CircuitPythonUpdaterInterface.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,57 +7,53 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.MicroPython.Devices.CircuitPythonUpdater.CircuitPythonUpdaterInterface</h1>
-
 <p>
 Module implementing an interface to the 'circup' package.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>circup</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#CircuitPythonUpdaterInterface">CircuitPythonUpdaterInterface</a></td>
 <td>Class implementing an interface to the 'circup' package.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#isCircupAvailable">isCircupAvailable</a></td>
 <td>Function to check for the availability of 'circup'.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="CircuitPythonUpdaterInterface" ID="CircuitPythonUpdaterInterface"></a>
 <h2>CircuitPythonUpdaterInterface</h2>
-
 <p>
     Class implementing an interface to the 'circup' package.
 </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="#CircuitPythonUpdaterInterface.__init__">CircuitPythonUpdaterInterface</a></td>
 <td>Constructor</td>
@@ -143,19 +139,20 @@
 <td>Public method to populate the 'circup' menu.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="CircuitPythonUpdaterInterface.__init__" ID="CircuitPythonUpdaterInterface.__init__"></a>
 <h4>CircuitPythonUpdaterInterface (Constructor)</h4>
 <b>CircuitPythonUpdaterInterface</b>(<i>device, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>device</i> (CircuitPythonDevice)</dt>
@@ -170,25 +167,25 @@
 <a NAME="CircuitPythonUpdaterInterface.__aboutCircup" ID="CircuitPythonUpdaterInterface.__aboutCircup"></a>
 <h4>CircuitPythonUpdaterInterface.__aboutCircup</h4>
 <b>__aboutCircup</b>(<i></i>)
-
 <p>
         Private slot to show some info about 'circup'.
 </p>
+
 <a NAME="CircuitPythonUpdaterInterface.__addBundle" ID="CircuitPythonUpdaterInterface.__addBundle"></a>
 <h4>CircuitPythonUpdaterInterface.__addBundle</h4>
 <b>__addBundle</b>(<i></i>)
-
 <p>
         Private slot to add a bundle to the local bundles list, by "user/repo" github
         string.
 </p>
+
 <a NAME="CircuitPythonUpdaterInterface.__doUpdateModules" ID="CircuitPythonUpdaterInterface.__doUpdateModules"></a>
 <h4>CircuitPythonUpdaterInterface.__doUpdateModules</h4>
 <b>__doUpdateModules</b>(<i>modules</i>)
-
 <p>
         Private method to perform the update of a list of modules.
 </p>
+
 <dl>
 
 <dt><i>modules</i> (circup.Module)</dt>
@@ -199,32 +196,32 @@
 <a NAME="CircuitPythonUpdaterInterface.__generateRequirements" ID="CircuitPythonUpdaterInterface.__generateRequirements"></a>
 <h4>CircuitPythonUpdaterInterface.__generateRequirements</h4>
 <b>__generateRequirements</b>(<i></i>)
-
 <p>
         Private slot to generate requirements for the connected device.
 </p>
+
 <a NAME="CircuitPythonUpdaterInterface.__installFromAvailable" ID="CircuitPythonUpdaterInterface.__installFromAvailable"></a>
 <h4>CircuitPythonUpdaterInterface.__installFromAvailable</h4>
 <b>__installFromAvailable</b>(<i></i>)
-
 <p>
         Private slot to install modules onto the connected device.
 </p>
+
 <a NAME="CircuitPythonUpdaterInterface.__installFromCode" ID="CircuitPythonUpdaterInterface.__installFromCode"></a>
 <h4>CircuitPythonUpdaterInterface.__installFromCode</h4>
 <b>__installFromCode</b>(<i></i>)
-
 <p>
         Private slot to install modules based on the 'code.py' file of the
         connected device.
 </p>
+
 <a NAME="CircuitPythonUpdaterInterface.__installModules" ID="CircuitPythonUpdaterInterface.__installModules"></a>
 <h4>CircuitPythonUpdaterInterface.__installModules</h4>
 <b>__installModules</b>(<i>installs</i>)
-
 <p>
         Private method to install the given list of modules.
 </p>
+
 <dl>
 
 <dt><i>installs</i> (list of str)</dt>
@@ -235,41 +232,41 @@
 <a NAME="CircuitPythonUpdaterInterface.__installRequirements" ID="CircuitPythonUpdaterInterface.__installRequirements"></a>
 <h4>CircuitPythonUpdaterInterface.__installRequirements</h4>
 <b>__installRequirements</b>(<i></i>)
-
 <p>
         Private slot to install modules determined by a requirements file.
 </p>
+
 <a NAME="CircuitPythonUpdaterInterface.__listOutdatedModules" ID="CircuitPythonUpdaterInterface.__listOutdatedModules"></a>
 <h4>CircuitPythonUpdaterInterface.__listOutdatedModules</h4>
 <b>__listOutdatedModules</b>(<i></i>)
-
 <p>
         Private slot to list the outdated modules of the connected device.
 </p>
+
 <a NAME="CircuitPythonUpdaterInterface.__removeBundle" ID="CircuitPythonUpdaterInterface.__removeBundle"></a>
 <h4>CircuitPythonUpdaterInterface.__removeBundle</h4>
 <b>__removeBundle</b>(<i></i>)
-
 <p>
         Private slot to remove one or more bundles from the local bundles list.
 </p>
+
 <a NAME="CircuitPythonUpdaterInterface.__showAvailableModules" ID="CircuitPythonUpdaterInterface.__showAvailableModules"></a>
 <h4>CircuitPythonUpdaterInterface.__showAvailableModules</h4>
 <b>__showAvailableModules</b>(<i></i>)
-
 <p>
         Private slot to show the available modules.
 </p>
 <p>
         These are modules which could be installed on the device.
 </p>
+
 <a NAME="CircuitPythonUpdaterInterface.__showBundles" ID="CircuitPythonUpdaterInterface.__showBundles"></a>
 <h4>CircuitPythonUpdaterInterface.__showBundles</h4>
 <b>__showBundles</b>(<i>withModules=False</i>)
-
 <p>
         Private slot to show the available bundles (default and local).
 </p>
+
 <dl>
 
 <dt><i>withModules</i> (bool (optional))</dt>
@@ -281,60 +278,60 @@
 <a NAME="CircuitPythonUpdaterInterface.__showBundlesModules" ID="CircuitPythonUpdaterInterface.__showBundlesModules"></a>
 <h4>CircuitPythonUpdaterInterface.__showBundlesModules</h4>
 <b>__showBundlesModules</b>(<i></i>)
-
 <p>
         Private slot to show the available bundles (default and local) with their
         modules.
 </p>
+
 <a NAME="CircuitPythonUpdaterInterface.__showCachePath" ID="CircuitPythonUpdaterInterface.__showCachePath"></a>
 <h4>CircuitPythonUpdaterInterface.__showCachePath</h4>
 <b>__showCachePath</b>(<i></i>)
-
 <p>
         Private slot to show the path used by 'circup' to store the downloaded bundles.
 </p>
+
 <a NAME="CircuitPythonUpdaterInterface.__showInstalledModules" ID="CircuitPythonUpdaterInterface.__showInstalledModules"></a>
 <h4>CircuitPythonUpdaterInterface.__showInstalledModules</h4>
 <b>__showInstalledModules</b>(<i></i>)
-
 <p>
         Private slot to show the modules installed on the connected device.
 </p>
+
 <a NAME="CircuitPythonUpdaterInterface.__uninstallModules" ID="CircuitPythonUpdaterInterface.__uninstallModules"></a>
 <h4>CircuitPythonUpdaterInterface.__uninstallModules</h4>
 <b>__uninstallModules</b>(<i></i>)
-
 <p>
         Private slot to uninstall modules from the connected device.
 </p>
+
 <a NAME="CircuitPythonUpdaterInterface.__updateAllModules" ID="CircuitPythonUpdaterInterface.__updateAllModules"></a>
 <h4>CircuitPythonUpdaterInterface.__updateAllModules</h4>
 <b>__updateAllModules</b>(<i></i>)
-
 <p>
         Private slot to update all modules of the connected device.
 </p>
+
 <a NAME="CircuitPythonUpdaterInterface.__updateModules" ID="CircuitPythonUpdaterInterface.__updateModules"></a>
 <h4>CircuitPythonUpdaterInterface.__updateModules</h4>
 <b>__updateModules</b>(<i></i>)
-
 <p>
         Private slot to update the modules of the connected device.
 </p>
+
 <a NAME="CircuitPythonUpdaterInterface.installCircup" ID="CircuitPythonUpdaterInterface.installCircup"></a>
 <h4>CircuitPythonUpdaterInterface.installCircup</h4>
 <b>installCircup</b>(<i></i>)
-
 <p>
         Public slot to install the 'circup' package via pip.
 </p>
+
 <a NAME="CircuitPythonUpdaterInterface.populateMenu" ID="CircuitPythonUpdaterInterface.populateMenu"></a>
 <h4>CircuitPythonUpdaterInterface.populateMenu</h4>
 <b>populateMenu</b>(<i>menu</i>)
-
 <p>
         Public method to populate the 'circup' menu.
 </p>
+
 <dl>
 
 <dt><i>menu</i> (QMenu)</dt>
@@ -348,10 +345,10 @@
 <a NAME="isCircupAvailable" ID="isCircupAvailable"></a>
 <h2>isCircupAvailable</h2>
 <b>isCircupAvailable</b>(<i></i>)
-
 <p>
     Function to check for the availability of 'circup'.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -366,4 +363,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