Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.PipPackagesInputDialog.html

changeset 6343
86cea8abd0f7
parent 6333
3d4e7155d48f
equal deleted inserted replaced
6342:c79ecba9cde7 6343:86cea8abd0f7
71 <table> 71 <table>
72 <tr><td>None</td></tr> 72 <tr><td>None</td></tr>
73 </table> 73 </table>
74 <a NAME="PipPackagesInputDialog.__init__" ID="PipPackagesInputDialog.__init__"></a> 74 <a NAME="PipPackagesInputDialog.__init__" ID="PipPackagesInputDialog.__init__"></a>
75 <h4>PipPackagesInputDialog (Constructor)</h4> 75 <h4>PipPackagesInputDialog (Constructor)</h4>
76 <b>PipPackagesInputDialog</b>(<i>plugin, title, install=True, parent=None</i>) 76 <b>PipPackagesInputDialog</b>(<i>pip, title, install=True, parent=None</i>)
77 <p> 77 <p>
78 Constructor 78 Constructor
79 </p><dl> 79 </p><dl>
80 <dt><i>plugin</i> (ToolPipPlugin)</dt> 80 <dt><i>pip</i> (Pip)</dt>
81 <dd> 81 <dd>
82 reference to the plugin object 82 reference to the pip object
83 </dd><dt><i>title</i> (str)</dt> 83 </dd><dt><i>title</i> (str)</dt>
84 <dd> 84 <dd>
85 dialog title 85 dialog title
86 </dd><dt><i>install</i> (bool)</dt> 86 </dd><dt><i>install</i> (bool)</dt>
87 <dd> 87 <dd>
96 <p> 96 <p>
97 Public method to get the entered data. 97 Public method to get the entered data.
98 </p><dl> 98 </p><dl>
99 <dt>Returns:</dt> 99 <dt>Returns:</dt>
100 <dd> 100 <dd>
101 tuple with the pip command, the list of package specifications 101 tuple with the environment name, the list of package
102 and a flag indicating to install to the user install directory 102 specifications and a flag indicating to install to the user
103 install directory
103 </dd> 104 </dd>
104 </dl><dl> 105 </dl><dl>
105 <dt>Return Type:</dt> 106 <dt>Return Type:</dt>
106 <dd> 107 <dd>
107 tuple of (str, list of str, bool) 108 tuple of (str, list of str, bool)
110 <h4>PipPackagesInputDialog.on_packagesEdit_textChanged</h4> 111 <h4>PipPackagesInputDialog.on_packagesEdit_textChanged</h4>
111 <b>on_packagesEdit_textChanged</b>(<i>txt</i>) 112 <b>on_packagesEdit_textChanged</b>(<i>txt</i>)
112 <p> 113 <p>
113 Private slot handling entering package names. 114 Private slot handling entering package names.
114 </p><dl> 115 </p><dl>
115 <dt><i>txt</i></dt> 116 <dt><i>txt</i> (str)</dt>
116 <dd> 117 <dd>
117 name of the requirements file (string) 118 name of the requirements file
118 </dd> 119 </dd>
119 </dl> 120 </dl>
120 <div align="right"><a href="#top">Up</a></div> 121 <div align="right"><a href="#top">Up</a></div>
121 <hr /> 122 <hr />
122 </body></html> 123 </body></html>

eric ide

mercurial