65
65
key-values pair from any section matching the given key will be
73
69
def _get_value(self, section, key):
74
70
return getattr(getattr(config, section), key)
82
75
def _print_full_syntax(self, section, key, value, output):
83
76
print('[{}] {}: {}'.format(section, key, value), file=output)