examples_for_tests.level2.module1   A
last analyzed

Complexity

Total Complexity 2

Size/Duplication

Total Lines 12
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 8
dl 0
loc 12
rs 10
c 0
b 0
f 0
wmc 2

1 Function

Rating   Name   Duplication   Size   Complexity  
A function1() 0 2 1

1 Method

Rating   Name   Duplication   Size   Complexity  
A Class1.method() 0 2 1
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