7670:aefd888a2b93 | 7671:5c6b164618c6 |
---|---|
74 Public method to get the entered data. | 74 Public method to get the entered data. |
75 | 75 |
76 @return path of the selected Python interpreter | 76 @return path of the selected Python interpreter |
77 @rtype str | 77 @rtype str |
78 """ | 78 """ |
79 return self.pythonExecPicker.text(), | 79 return self.pythonExecPicker.text() |