Home
last modified time | relevance | path

Searched defs:CommentLines (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/python/generators/stdlib_docs/
Dstdlib.py33 CommentLines = List[str] variable
50 def create_from_comment(path: str, comment: CommentLines, module: str,
117 args: CommentLines,
118 ret: CommentLines,
131 def create_from_comment(path: str, comment: CommentLines, module: str,
220 desc: CommentLines,
221 args: CommentLines,
222 columns: CommentLines,
235 def create_from_comment(path: str, comment: CommentLines, module: str,
Dutils.py24 CommentLines = List[str] variable
66 def fetch_comment(lines_reversed: CommentLines) -> CommentLines: