Home
last modified time | relevance | path

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

/external/perfetto/python/generators/stdlib_docs/
Dparse.py20 from python.generators.stdlib_docs.utils import Errors, Pattern, get_text, fetch_comment, match_pat…
101 comment = fetch_comment(lines[line_id - 1::-1])
Dutils.py66 def fetch_comment(lines_reversed: CommentLines) -> CommentLines: function