41:9503e511306c | 42:04457b4ceda5 |
---|---|
1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
2 | 2 |
3 # Copyright (c) 2015 - 2016 Detlev Offenbach <detlev@die-offenbachs.de> | 3 # Copyright (c) 2015 - 2017 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing the radon code metrics plug-in. | 7 Module implementing the radon code metrics plug-in. |
8 """ | 8 """ |
43 pyqtApi = 2 | 43 pyqtApi = 2 |
44 python2Compatible = True | 44 python2Compatible = True |
45 # End-Of-Header | 45 # End-Of-Header |
46 | 46 |
47 error = "" | 47 error = "" |
48 | 48 |
49 | 49 |
50 class RadonMetricsPlugin(QObject): | 50 class RadonMetricsPlugin(QObject): |
51 """ | 51 """ |
52 Class implementing the radon code metrics plug-in. | 52 Class implementing the radon code metrics plug-in. |
53 | 53 |