PluginMetricsRadon.py

changeset 43
53dbd4f4d6c2
parent 42
04457b4ceda5
child 45
0f2eabfd5834
equal deleted inserted replaced
42:04457b4ceda5 43:53dbd4f4d6c2
26 # Start-Of-Header 26 # Start-Of-Header
27 name = "Radon Metrics Plugin" 27 name = "Radon Metrics Plugin"
28 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 28 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
29 autoactivate = True 29 autoactivate = True
30 deactivateable = True 30 deactivateable = True
31 version = "1.0.2" 31 version = "1.0.3"
32 className = "RadonMetricsPlugin" 32 className = "RadonMetricsPlugin"
33 packageName = "RadonMetrics" 33 packageName = "RadonMetrics"
34 shortDescription = "Code metrics plugin using radon package" 34 shortDescription = "Code metrics plugin using radon package"
35 longDescription = ( 35 longDescription = (
36 """This plug-in implements dialogs to show various code metrics. These""" 36 """This plug-in implements dialogs to show various code metrics. These"""
1058 """ 1058 """
1059 self.__projectCCDialog and self.__projectCCDialog.clear() 1059 self.__projectCCDialog and self.__projectCCDialog.clear()
1060 self.__projectMIDialog and self.__projectMIDialog.clear() 1060 self.__projectMIDialog and self.__projectMIDialog.clear()
1061 self.__projectRawMetricsDialog and \ 1061 self.__projectRawMetricsDialog and \
1062 self.__projectRawMetricsDialog.clear() 1062 self.__projectRawMetricsDialog.clear()
1063
1064 #
1065 # eflag: noqa = M801

eric ide

mercurial