Home
last modified time | relevance | path

Searched refs:_list_sections (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Delf_reader.py245 self.sections: Tuple[Elf.Section, ...] = tuple(self._list_sections())
247 def _list_sections(self) -> Iterable['Elf.Section']: member in Elf