verse.parser.astunparser

Usage: unparse.py <path to source file>

Functions

interleave(inter, f, seq)

Call f on each item in seq, calling inter() in between.

main(args)

roundtrip(filename[, output])

testdir(a)

unparse(tree)

Classes

Unparser(tree[, file])

Methods in this class recursively traverse an AST and output source code for the abstract syntax; original formatting is disregarded.