PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PipxInterface.PipxInterpretersDialog.html

changeset 18
df1986d93746
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PipxInterface.PipxInterpretersDialog.html	Fri Jun 28 17:24:18 2024 +0200
@@ -0,0 +1,120 @@
+<!DOCTYPE html>
+<html><head>
+<title>Plugin_Pipx_Interface.PipxInterface.PipxInterpretersDialog</title>
+<meta charset="UTF-8">
+<link rel="stylesheet" href="styles.css">
+</head>
+<body>
+<a NAME="top" ID="top"></a>
+<h1>Plugin_Pipx_Interface.PipxInterface.PipxInterpretersDialog</h1>
+<p>
+Module implementing a dialog to show the available standalone Python interpreters.
+</p>
+
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#PipxInterpretersDialog">PipxInterpretersDialog</a></td>
+<td>Class implementing a dialog to show the available standalone Python interpreters.</td>
+</tr>
+</table>
+
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<hr />
+<hr />
+<a NAME="PipxInterpretersDialog" ID="PipxInterpretersDialog"></a>
+<h2>PipxInterpretersDialog</h2>
+<p>
+    Class implementing a dialog to show the available standalone Python interpreters.
+</p>
+
+<h3>Derived from</h3>
+QDialog, Ui_PipxInterpretersDialog
+<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="#PipxInterpretersDialog.__init__">PipxInterpretersDialog</a></td>
+<td>Constructor</td>
+</tr>
+<tr>
+<td><a href="#PipxInterpretersDialog.__populateInterpretersList">__populateInterpretersList</a></td>
+<td>Private slot to populate the list of standalone Python interpreters.</td>
+</tr>
+<tr>
+<td><a href="#PipxInterpretersDialog.on_pruneButton_clicked">on_pruneButton_clicked</a></td>
+<td>Private slot to prune unused interpreters.</td>
+</tr>
+<tr>
+<td><a href="#PipxInterpretersDialog.on_upgradeButton_clicked">on_upgradeButton_clicked</a></td>
+<td>Private slot to upgrade all pipx managed interpreters to the latest available micro/patch version.</td>
+</tr>
+</table>
+
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+
+<a NAME="PipxInterpretersDialog.__init__" ID="PipxInterpretersDialog.__init__"></a>
+<h4>PipxInterpretersDialog (Constructor)</h4>
+<b>PipxInterpretersDialog</b>(<i>pipx, parent=None</i>)
+<p>
+        Constructor
+</p>
+
+<dl>
+
+<dt><i>pipx</i> (Pipx)</dt>
+<dd>
+reference to the pipx interface
+</dd>
+<dt><i>parent</i> (QWidget (optional))</dt>
+<dd>
+reference to the parent widget (defaults to None)
+</dd>
+</dl>
+<a NAME="PipxInterpretersDialog.__populateInterpretersList" ID="PipxInterpretersDialog.__populateInterpretersList"></a>
+<h4>PipxInterpretersDialog.__populateInterpretersList</h4>
+<b>__populateInterpretersList</b>(<i></i>)
+<p>
+        Private slot to populate the list of standalone Python interpreters.
+</p>
+
+<a NAME="PipxInterpretersDialog.on_pruneButton_clicked" ID="PipxInterpretersDialog.on_pruneButton_clicked"></a>
+<h4>PipxInterpretersDialog.on_pruneButton_clicked</h4>
+<b>on_pruneButton_clicked</b>(<i></i>)
+<p>
+        Private slot to prune unused interpreters.
+</p>
+
+<a NAME="PipxInterpretersDialog.on_upgradeButton_clicked" ID="PipxInterpretersDialog.on_upgradeButton_clicked"></a>
+<h4>PipxInterpretersDialog.on_upgradeButton_clicked</h4>
+<b>on_upgradeButton_clicked</b>(<i></i>)
+<p>
+        Private slot to upgrade all pipx managed interpreters to the latest available
+        micro/patch version.
+</p>
+
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>

eric ide

mercurial