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

branch
eric7
changeset 9850
20c49b517679
parent 9587
6486d40c26f0
child 9851
ec12090e9cd9
diff -r 99782ca569ed -r 20c49b517679 src/eric7/Documentation/Source/eric7.PipInterface.Pip.html
--- a/src/eric7/Documentation/Source/eric7.PipInterface.Pip.html	Sun Mar 05 12:26:12 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.PipInterface.Pip.html	Sun Mar 05 17:07:49 2023 +0100
@@ -529,7 +529,7 @@
 </dl>
 <a NAME="Pip.getLicenses" ID="Pip.getLicenses"></a>
 <h4>Pip.getLicenses</h4>
-<b>getLicenses</b>(<i>envName, localPackages=True, usersite=False, summary=False</i>)
+<b>getLicenses</b>(<i>envName, summary=False</i>)
 
 <p>
         Public method to get the licenses per package for a given environment.
@@ -540,16 +540,6 @@
 <dd>
 name of the environment to get the licenses for
 </dd>
-<dt><i>localPackages</i> (bool)</dt>
-<dd>
-flag indicating to get the licenses for local
-            packages only
-</dd>
-<dt><i>usersite</i> (bool)</dt>
-<dd>
-flag indicating to get the licenses for packages
-            installed in user-site directory only
-</dd>
 <dt><i>summary</i> (bool (optional))</dt>
 <dd>
 flag indicating to get a summary listing (defaults to
@@ -571,7 +561,7 @@
 </dl>
 <a NAME="Pip.getLicensesSummary" ID="Pip.getLicensesSummary"></a>
 <h4>Pip.getLicensesSummary</h4>
-<b>getLicensesSummary</b>(<i>envName, localPackages=True, usersite=False</i>)
+<b>getLicensesSummary</b>(<i>envName</i>)
 
 <p>
         Public method to get a summary of licenses found in a given
@@ -583,16 +573,6 @@
 <dd>
 name of the environment to get the licenses summary for
 </dd>
-<dt><i>localPackages</i> (bool)</dt>
-<dd>
-flag indicating to get the licenses summary for
-            local packages only
-</dd>
-<dt><i>usersite</i> (bool)</dt>
-<dd>
-flag indicating to get the licenses summary for
-            packages installed in user-site directory only
-</dd>
 </dl>
 <dl>
 <dt>Return:</dt>

eric ide

mercurial