src/eric7/PipInterface/PipFileSelectionDialog.py

branch
eric7
changeset 10690
fab36645aa7d
parent 10620
699b5ceb39aa
child 11090
f5f5f5803935
equal deleted inserted replaced
10689:3ede487187f2 10690:fab36645aa7d
22 class PipFileSelectionDialog(QDialog, Ui_PipFileSelectionDialog): 22 class PipFileSelectionDialog(QDialog, Ui_PipFileSelectionDialog):
23 """ 23 """
24 Class implementing a dialog to enter a file to be processed. 24 Class implementing a dialog to enter a file to be processed.
25 """ 25 """
26 26
27 def __init__(self, pip, mode, install=True, parent=None): 27 def __init__(self, mode, install=True, parent=None):
28 """ 28 """
29 Constructor 29 Constructor
30 30
31 @param pip reference to the pip object
32 @type Pip
33 @param mode mode of the dialog 31 @param mode mode of the dialog
34 @type str 32 @type str
35 @param install flag indicating an install action 33 @param install flag indicating an install action
36 @type bool 34 @type bool
37 @param parent reference to the parent widget 35 @param parent reference to the parent widget

eric ide

mercurial