Searched refs:fetch_comment (Results 1 – 2 of 2) sorted by relevance
20 from python.generators.stdlib_docs.utils import Errors, Pattern, get_text, fetch_comment, match_pat…101 comment = fetch_comment(lines[line_id - 1::-1])
66 def fetch_comment(lines_reversed: CommentLines) -> CommentLines: function