Ejemplo n.º 1
0
    def ExpandEntries(self):
        """Expand out any entries which have calculated sub-entries

        Some entries are expanded out at runtime, e.g. 'files', which produces
        a section containing a list of files. Process these entries so that
        this information is added to the device tree.
        """
        Entry.ExpandEntries(self)
        for entry in self._entries.values():
            entry.ExpandEntries()
Ejemplo n.º 2
0
 def ExpandEntries(self):
     Entry.ExpandEntries(self)
     self._section.ExpandEntries()