src/eric7/DataViews/PyCoverageJsonReportDialog.py

branch
eric7
changeset 10441
a79201e0e149
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10440:2c1289d82881 10441:a79201e0e149
63 """ 63 """
64 Public method to get the entered data. 64 Public method to get the entered data.
65 65
66 @return tuple containing the output file and a flag indicating the 66 @return tuple containing the output file and a flag indicating the
67 creation of a compact JSON file 67 creation of a compact JSON file
68
69 @rtype tuple of (str, bool) 68 @rtype tuple of (str, bool)
70 """ 69 """
71 return ( 70 return (
72 self.outputFilePicker.currentText(), 71 self.outputFilePicker.currentText(),
73 self.compactCheckBox.isChecked(), 72 self.compactCheckBox.isChecked(),

eric ide

mercurial