Graph

class boulderopal.Graph

A class for representing and building a Boulder Opal data flow graph.

The graph object is the main entry point to the Boulder Opal graph ecosystem. You can call methods to add nodes to the graph, and use the operations attribute to get a dictionary representation of the graph.

See Nodes for a complete list of methods for a graph object.