D | config.py | 34 def __init__(self, active, name, value='', section=None): argument 38 self.section = section 142 setting.section) 153 def is_full_section(section): argument 155 return section.endswith('support') or section.endswith('modules') 157 def realfull_adapter(_name, active, section): argument 167 if section == 'Module configuration options': 246 def full_adapter(name, active, section): argument 248 if not is_full_section(section): 284 def baremetal_adapter(name, active, section): argument [all …]
|