Failed Conditions
Pull Request — master (#1127)
by Mischa
01:56
created

coalib.bearlib.parsing.SectionCreatable   A

Complexity

Total Complexity 5

Size/Duplication

Total Lines 68
Duplicated Lines 0 %
Metric Value
dl 0
loc 68
rs 10
wmc 5

5 Methods

Rating   Name   Duplication   Size   Complexity  
A __init__() 0 2 1
A get_non_optional_settings() 0 10 1
A from_section() 0 12 1
A get_metadata() 0 3 1
A get_optional_settings() 0 10 1
1
"""
2
Contains some parsing utilities that try to generalize some things among all
3
programming languages.
4
"""
5