| Total Complexity | 2 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | ATTR1 = '42' |
||
| 2 | _PRIVATE_ATTR = 42 |
||
| 3 | |||
| 4 | |||
| 5 | class Class1: |
||
| 6 | def method(self): |
||
| 7 | raise NotImplementedError |
||
| 8 | |||
| 9 | |||
| 10 | def function1(): |
||
| 11 | raise NotImplementedError |
||
| 12 |