langchain_community.tools.e2b_data_analysis.unparse.roundtrip¶

langchain_community.tools.e2b_data_analysis.unparse.roundtrip(filename, output=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>)[source]¶

Parse a file and pretty-print it to output.

The output is formatted as valid Python source code.

Parameters
  • filename – The name of the file to parse.

  • output – The output stream to write to.