Searched defs:CommentLines (Results 1 – 2 of 2) sorted by relevance
/external/perfetto/python/generators/stdlib_docs/ |
D | stdlib.py | 33 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,
|
D | utils.py | 24 CommentLines = List[str] variable 66 def fetch_comment(lines_reversed: CommentLines) -> CommentLines:
|