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

branch
eric7
changeset 9851
ec12090e9cd9
parent 9850
20c49b517679
child 10479
856476537696
equal deleted inserted replaced
9850:20c49b517679 9851:ec12090e9cd9
77 <tr><td>None</td></tr> 77 <tr><td>None</td></tr>
78 </table> 78 </table>
79 79
80 <a NAME="PipLicensesDialog.__init__" ID="PipLicensesDialog.__init__"></a> 80 <a NAME="PipLicensesDialog.__init__" ID="PipLicensesDialog.__init__"></a>
81 <h4>PipLicensesDialog (Constructor)</h4> 81 <h4>PipLicensesDialog (Constructor)</h4>
82 <b>PipLicensesDialog</b>(<i>pip, environment, localPackages=True, usersite=False, parent=None</i>) 82 <b>PipLicensesDialog</b>(<i>pip, environment, packages=None, parent=None</i>)
83 83
84 <p> 84 <p>
85 Constructor 85 Constructor
86 </p> 86 </p>
87 <dl> 87 <dl>
92 </dd> 92 </dd>
93 <dt><i>environment</i> (str)</dt> 93 <dt><i>environment</i> (str)</dt>
94 <dd> 94 <dd>
95 name of the environment to show the licenses for 95 name of the environment to show the licenses for
96 </dd> 96 </dd>
97 <dt><i>localPackages</i> (bool)</dt> 97 <dt><i>packages</i> (list (optional))</dt>
98 <dd> 98 <dd>
99 flag indicating to show the licenses for local 99 list of packages to show licenses for (or None to show all
100 packages only 100 licenses (defaults to None)
101 </dd>
102 <dt><i>usersite</i> (bool)</dt>
103 <dd>
104 flag indicating to show the licenses for packages
105 installed in user-site directory only
106 </dd> 101 </dd>
107 <dt><i>parent</i> (QWidget (optional))</dt> 102 <dt><i>parent</i> (QWidget (optional))</dt>
108 <dd> 103 <dd>
109 reference to the parent widget (defaults to None) 104 reference to the parent widget (defaults to None)
110 </dd> 105 </dd>

eric ide

mercurial