PluginMetricsRadon.py

branch
eric7
changeset 120
61bf877c4f1a
parent 114
c4e39e9e3987
child 122
bcfe13e956fb
equal deleted inserted replaced
119:efe56a376932 120:61bf877c4f1a
35 """ metrics', 'Maintainability Index' and 'McCabe Complexity' can be""" 35 """ metrics', 'Maintainability Index' and 'McCabe Complexity' can be"""
36 """ requested through different dialogs for one file or the whole""" 36 """ requested through different dialogs for one file or the whole"""
37 """ project.""" 37 """ project."""
38 ) 38 )
39 needsRestart = False 39 needsRestart = False
40 hasCompiledForms = True
40 pyqtApi = 2 41 pyqtApi = 2
41 # End-Of-Header 42 # End-Of-Header
42 43
43 error = "" 44 error = ""
44 45

eric ide

mercurial