Searched refs:parse_tables_from_modules (Results 1 – 3 of 3) sorted by relevance
33 from python.generators.trace_processor_table.util import parse_tables_from_modules80 for table in parse_tables_from_modules(modules):
111 for parsed in util.parse_tables_from_modules(modules):
248 def parse_tables_from_modules(modules: List[str]) -> List[ParsedTable]: function