Go to the source code of this file.
Namespaces | |
wirecell.dfp.nodetype | |
Functions | |
def | wirecell.dfp.nodetype.make (type="", category=-1, input_types=None, output_types=None, concurrency=1) |
def | wirecell.dfp.nodetype.loads (jsonstr) |
def | wirecell.dfp.nodetype.to_dots (desc) |
Variables | |
wirecell.dfp.nodetype.NodeType = namedtuple("NodeType","type category input_types output_types concurrency") | |