Export Functions

Export Functions#

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

Export a function to a file.

import_function(file)

Import a function from a file.

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

Make a callable object to export multiple traces of a function to a file.

export_to_dot(file, *args, **kwargs)

Export a graph to DOT format for visualization.