795 Private slot to show a dialog with the licenses of the selected |
795 Private slot to show a dialog with the licenses of the selected |
796 environment. |
796 environment. |
797 </p> |
797 </p> |
798 <a NAME="PipPackagesWidget.__showPackageDetails" ID="PipPackagesWidget.__showPackageDetails"></a> |
798 <a NAME="PipPackagesWidget.__showPackageDetails" ID="PipPackagesWidget.__showPackageDetails"></a> |
799 <h4>PipPackagesWidget.__showPackageDetails</h4> |
799 <h4>PipPackagesWidget.__showPackageDetails</h4> |
800 <b>__showPackageDetails</b>(<i>packageName, packageVersion, upgradable=False, installable=False</i>) |
800 <b>__showPackageDetails</b>(<i>packageName, packageVersion, vulnerabilities=None, upgradable=False, installable=False</i>) |
801 |
801 |
802 <p> |
802 <p> |
803 Private method to populate the package details dialog. |
803 Private method to populate the package details dialog. |
804 </p> |
804 </p> |
805 <dl> |
805 <dl> |
809 name of the package to show details for |
809 name of the package to show details for |
810 </dd> |
810 </dd> |
811 <dt><i>packageVersion</i> (str)</dt> |
811 <dt><i>packageVersion</i> (str)</dt> |
812 <dd> |
812 <dd> |
813 version of the package |
813 version of the package |
|
814 </dd> |
|
815 <dt><i>vulnerabilities</i> (list (optional))</dt> |
|
816 <dd> |
|
817 list of known vulnerabilities (defaults to None) |
814 </dd> |
818 </dd> |
815 <dt><i>upgradable</i> (bool (optional))</dt> |
819 <dt><i>upgradable</i> (bool (optional))</dt> |
816 <dd> |
820 <dd> |
817 flag indicating that the package may be upgraded |
821 flag indicating that the package may be upgraded |
818 (defaults to False) |
822 (defaults to False) |