so_magic.data.backend   A
last analyzed

Complexity

Total Complexity 1

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Importance

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

1 Function

Rating   Name   Duplication   Size   Complexity  
A init_engine() 0 2 1
1
from .engine import Engine
2
3
4
def init_engine(engine_type='pd'):
5
    return Engine.from_backend(engine_type)
6