Module print

Module print 

Source
Expand description

Contains functions for printing a debug representation of the tree

Functionsยง

print_tree
Prints a debug representation of the computed layout for a tree of nodes, starting with the passed root node.
write_tree
Writes a debug representation of the computed layout to the writer, starting with the passed root node.