So lets say I have a simple tree that I get from tree = ast.parse("x+fn(x,y)")
tree = ast.parse("x+fn(x,y)")
so my tree would be
cnode(type=sum) /