examples_for_readme.module_b   A
last analyzed

Complexity

Total Complexity 1

Size/Duplication

Total Lines 10
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 6
dl 0
loc 10
rs 10
c 0
b 0
f 0
wmc 1

1 Function

Rating   Name   Duplication   Size   Complexity  
A function_b() 0 2 1
1
attr_b = 'some attr'
2
3
4
class ClassB:
5
    ...
6
7
8
def function_b():
9
    ...
10