Passed
Push — master ( 2d3bb0...8ab39c )
by Max
47s
created

structured_data._match_failure   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 3
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 2
dl 0
loc 3
rs 10
c 0
b 0
f 0
wmc 0
1
class MatchFailure(BaseException):
2
    """An exception that signals a failure in ADT matching."""
3