src/eric7/Documentation/Source/eric7.PipInterface.PipLicensesDialog.html

branch
eric7
changeset 9851
ec12090e9cd9
parent 9850
20c49b517679
child 10479
856476537696
diff -r 20c49b517679 -r ec12090e9cd9 src/eric7/Documentation/Source/eric7.PipInterface.PipLicensesDialog.html
--- a/src/eric7/Documentation/Source/eric7.PipInterface.PipLicensesDialog.html	Sun Mar 05 17:07:49 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.PipInterface.PipLicensesDialog.html	Mon Mar 06 09:50:18 2023 +0100
@@ -79,7 +79,7 @@
 
 <a NAME="PipLicensesDialog.__init__" ID="PipLicensesDialog.__init__"></a>
 <h4>PipLicensesDialog (Constructor)</h4>
-<b>PipLicensesDialog</b>(<i>pip, environment, localPackages=True, usersite=False, parent=None</i>)
+<b>PipLicensesDialog</b>(<i>pip, environment, packages=None, parent=None</i>)
 
 <p>
         Constructor
@@ -94,15 +94,10 @@
 <dd>
 name of the environment to show the licenses for
 </dd>
-<dt><i>localPackages</i> (bool)</dt>
+<dt><i>packages</i> (list (optional))</dt>
 <dd>
-flag indicating to show the licenses for local
-            packages only
-</dd>
-<dt><i>usersite</i> (bool)</dt>
-<dd>
-flag indicating to show the licenses for packages
-            installed in user-site directory only
+list of packages to show licenses for (or None to show all
+            licenses (defaults to None)
 </dd>
 <dt><i>parent</i> (QWidget (optional))</dt>
 <dd>

eric ide

mercurial