bagheera.parser.parser.
print_ast
Pretty prints the AST to std.out.
item – AST-Item to print (recursively iterates through the children)
ident (int) – Identation depth (defaults to 0 and is incremented for each recursive call)
None