Searched refs:view_ast_from_cursor (Results 1 – 3 of 3) sorted by relevance
72 def view_ast_from_cursor(cursor: CursorLike, pred: Callable[..., bool] = verbose_print, level: Inde… function87 view_ast_from_cursor(c, pred=pred, level=level + 1, max_depth=max_depth, **kwargs)203 ret.extend(view_ast_from_cursor(cursor, **kwargs))
594 def view_ast_from_cursor(cursor: CursorLike) -> None: member in Cursor609 pl.sync_print('\n'.join(_util.view_ast_from_cursor(cursor)))614 self.view_ast_from_cursor(self)
443 cursorview = '\n'.join(pl.classes._util.view_ast_from_cursor(cursor))