Passed
Push — master ( b636f8...bb23a2 )
by Max
56s
created

structured_data._patterns.compound_match   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 7
Duplicated Lines 0 %

Importance

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

1 Method

Rating   Name   Duplication   Size   Complexity  
A CompoundMatch.destructure() 0 2 1
1
class CompoundMatch:
2
3
    __slots__ = ()
4
5
    def destructure(self, value):
6
        raise NotImplementedError
7