Lines Matching refs:section
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
286 if not is_full_section(section):
303 def baremetal_size_adapter(name, active, section): argument
306 return baremetal_adapter(name, active, section)
328 def continuation(name, active, section): argument
333 return adapter(name, active, section)
346 def continuation(name, active, section): argument
353 return adapter(name, active, section)
363 def continuation(name, active, section): argument
369 return adapter(name, active, section)