Functions | |
def | make (type="", category=-1, input_types=None, output_types=None, concurrency=1) |
def | loads (jsonstr) |
def | to_dots (desc) |
Variables | |
NodeType = namedtuple("NodeType","type category input_types output_types concurrency") | |
def wirecell.dfp.nodetype.loads | ( | jsonstr | ) |
Load a JSON string, such as produced by WireCellApps::NodeDumper, into dict of NodeType keyed by type.
Definition at line 10 of file nodetype.py.
def wirecell.dfp.nodetype.make | ( | type = "" , |
|
category = -1 , |
|||
input_types = None , |
|||
output_types = None , |
|||
concurrency = 1 |
|||
) |
Return a representation of information about a concrete WireCell::INode class with some defaults.
Definition at line 5 of file nodetype.py.
def wirecell.dfp.nodetype.to_dots | ( | desc | ) |
Return a dot string representation of the description of node types.
Definition at line 22 of file nodetype.py.
wirecell.dfp.nodetype.NodeType = namedtuple("NodeType","type category input_types output_types concurrency") |
Definition at line 4 of file nodetype.py.