The main grafiti class.
grafiti.grafiti.
Graph
Bases: object
object
Class to generate graphs
add_node
Add a node to the graph.
callable – The function to be called when this node is backward-ed.
depends_on – the Node s that this node depends on to compute its result
Node
The central object which represents everything
backward
clear
Contents: