Total Complexity | 2 |
Total Lines | 8 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | class Module5: |
||
2 | def method(self): |
||
3 | raise NotImplementedError |
||
4 | |||
5 | |||
6 | def function5(): |
||
7 | raise NotImplementedError |
||
8 |