| A D | config.py | 38 self.section = 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 246 def full_adapter(name, active, section): argument 248 if not is_full_section(section): 284 def baremetal_adapter(name, active, section): argument 286 if not is_full_section(section): 328 def continuation(name, active, section): argument 346 def continuation(name, active, section): argument [all …]
|