Parse a file and pretty-print it to output.
The output is formatted as valid Python source code.
roundtrip(
filename,
output = sys.stdout,
)| Name | Type | Description |
|---|---|---|
filename* | unknown | The name of the file to parse. |
output | unknown | Default: sys.stdoutThe output stream to write to. |