Ask a question to get started
Enter to sendā¢Shift+Enter new line
roundtrip( filename, output = sys.stdout, )
filename
unknown
The name of the file to parse.
output
sys.stdout
The output stream to write to.
Parse a file and pretty-print it to output.
The output is formatted as valid Python source code.