Functions | |
def | key (type, name=None) |
def | dekey (key) |
def | connect (nxgraph, k1, k2, p1=0, p2=0, kwds) |
def | port_compare (what, got, want) |
def | validate (nxgraph, desc) |
def | wirecell_graph (nxgraph) |
Variables | |
Graph = nx.MultiDiGraph | |
Wire Cell Data Flow Programming Graph
def wirecell.dfp.graph.connect | ( | nxgraph, | |
k1, | |||
k2, | |||
p1 = 0 , |
|||
p2 = 0 , |
|||
kwds | |||
) |
def wirecell.dfp.graph.dekey | ( | key | ) |
def wirecell.dfp.graph.key | ( | type, | |
name = None |
|||
) |
def wirecell.dfp.graph.validate | ( | nxgraph, | |
desc | |||
) |
def wirecell.dfp.graph.wirecell_graph | ( | nxgraph | ) |
Return nxgraph as a JSON string suitable for inclusion into a wire-cell configuration file for giving to a WireCell::DfpGraph.