导出函数

导出函数#

export_function(file, fun, *args[, shapeless])

将函数导出到文件。

import_function(file)

从文件导入函数。

exporter(file, fun, *[, shapeless])

创建一个可调用对象,将函数的多个追踪导出到文件。

export_to_dot(file, *args, **kwargs)

将图导出为 DOT 格式以便可视化。