D | config.py | 45 def __init__(self, active, name, value='', section=None): argument 49 self.section = section 153 setting.section) 164 def is_full_section(section): argument 166 return section.endswith('support') or section.endswith('modules') 168 def realfull_adapter(_name, active, section): argument 178 if section == 'Module configuration options': 246 def full_adapter(name, active, section): argument 248 if not is_full_section(section): 281 def baremetal_adapter(name, active, section): argument [all …]
|