71 <table> |
71 <table> |
72 <tr><td>None</td></tr> |
72 <tr><td>None</td></tr> |
73 </table> |
73 </table> |
74 <a NAME="PipFileSelectionDialog.__init__" ID="PipFileSelectionDialog.__init__"></a> |
74 <a NAME="PipFileSelectionDialog.__init__" ID="PipFileSelectionDialog.__init__"></a> |
75 <h4>PipFileSelectionDialog (Constructor)</h4> |
75 <h4>PipFileSelectionDialog (Constructor)</h4> |
76 <b>PipFileSelectionDialog</b>(<i>plugin, mode, install=True, parent=None</i>) |
76 <b>PipFileSelectionDialog</b>(<i>pip, mode, install=True, parent=None</i>) |
77 <p> |
77 <p> |
78 Constructor |
78 Constructor |
79 </p><dl> |
79 </p><dl> |
80 <dt><i>plugin</i> (PipInterfacePlugin)</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>mode</i> (str)</dt> |
83 </dd><dt><i>mode</i> (str)</dt> |
84 <dd> |
84 <dd> |
85 mode of the dialog |
85 mode of the dialog |
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 name of the |
101 tuple with the environment name, the name of the |
102 selected file and a flag indicating to install to the |
102 selected file and a flag indicating to install to the |
103 user install directory |
103 user install directory |
104 </dd> |
104 </dd> |
105 </dl><dl> |
105 </dl><dl> |
106 <dt>Return Type:</dt> |
106 <dt>Return Type:</dt> |