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]

解析文件并格式化输出。

输出格式化为有效的Python源代码。

参数
  • filename – 要解析的文件名。

  • output – 要写入的输出流。