DataViews/PyProfileDialog.py

changeset 3438
29717a5e8b97
parent 3190
a9a94491c4fd
child 3484
645c12de6b0c
equal deleted inserted replaced
3435:e4db9c0c7e94 3438:29717a5e8b97
51 return self.text(column) < other.text(column) 51 return self.text(column) < other.text(column)
52 52
53 53
54 class PyProfileDialog(QDialog, Ui_PyProfileDialog): 54 class PyProfileDialog(QDialog, Ui_PyProfileDialog):
55 """ 55 """
56 Class implementing a dialog to display the results of a syntax check run. 56 Class implementing a dialog to display the results of a profiling run.
57 """ 57 """
58 def __init__(self, parent=None): 58 def __init__(self, parent=None):
59 """ 59 """
60 Constructor 60 Constructor
61 61

eric ide

mercurial