Searched refs:KconfigEntryBase (Results 1 – 1 of 1) sorted by relevance
15 KconfigEntryBase = collections.namedtuple('KconfigEntryBase', ['name', 'value']) variable17 class KconfigEntry(KconfigEntryBase):