yorm.bases   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 5
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 5
ccs 2
cts 2
cp 1
rs 10
c 0
b 0
f 0
wmc 0
1
"""Base classes for mapping and conversion."""
2
3 1
from .mappable import Mappable
4
from .converter import Converter, Container
5