PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PipxInterface.PipxReinstallDialog.html

changeset 18
df1986d93746
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PipxInterface.PipxReinstallDialog.html	Fri Jun 28 17:24:18 2024 +0200
@@ -0,0 +1,113 @@
+<!DOCTYPE html>
+<html><head>
+<title>Plugin_Pipx_Interface.PipxInterface.PipxReinstallDialog</title>
+<meta charset="UTF-8">
+<link rel="stylesheet" href="styles.css">
+</head>
+<body>
+<a NAME="top" ID="top"></a>
+<h1>Plugin_Pipx_Interface.PipxInterface.PipxReinstallDialog</h1>
+<p>
+Module implementing a dialog to enter the desired Python interpreter version.
+</p>
+
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#PipxReinstallDialog">PipxReinstallDialog</a></td>
+<td>Class implementing a dialog to enter the desired Python interpreter version.</td>
+</tr>
+</table>
+
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<hr />
+<hr />
+<a NAME="PipxReinstallDialog" ID="PipxReinstallDialog"></a>
+<h2>PipxReinstallDialog</h2>
+<p>
+    Class implementing a dialog to enter the desired Python interpreter version.
+</p>
+
+<h3>Derived from</h3>
+QDialog, Ui_PipxReinstallDialog
+<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="#PipxReinstallDialog.__init__">PipxReinstallDialog</a></td>
+<td>Constructor</td>
+</tr>
+<tr>
+<td><a href="#PipxReinstallDialog.getData">getData</a></td>
+<td>Public method to get the entered data.</td>
+</tr>
+</table>
+
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+
+<a NAME="PipxReinstallDialog.__init__" ID="PipxReinstallDialog.__init__"></a>
+<h4>PipxReinstallDialog (Constructor)</h4>
+<b>PipxReinstallDialog</b>(<i>reinstallAll=False, parent=None</i>)
+<p>
+        Constructor
+</p>
+
+<dl>
+
+<dt><i>reinstallAll</i> (bool)</dt>
+<dd>
+flag indicating to get the parameters for a 'reinstall-all'
+            action
+</dd>
+<dt><i>parent</i> (QWidget (optional))</dt>
+<dd>
+reference to the parent widget (defaults to None)
+</dd>
+</dl>
+<a NAME="PipxReinstallDialog.getData" ID="PipxReinstallDialog.getData"></a>
+<h4>PipxReinstallDialog.getData</h4>
+<b>getData</b>(<i></i>)
+<p>
+        Public method to get the entered data.
+</p>
+
+<dl>
+<dt>Return:</dt>
+<dd>
+tuple containing the desired Python version, a flag indicating
+            to fetch a standalone Python build from GitHub if the specified Python
+            version is not found locally on the system and a list of packages to skip
+            in case of a 'reinstall-all'
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, bool, list of str)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>

eric ide

mercurial