5 'Make a wirecell.dfp.graph.Graph' 12 ag = pgv.AGraph(name=
"nodetypes", directed=
True, strict=
False, rankdir=rankdir)
13 ag.node_attr[
'shape'] =
'record' 16 for typ,dat
in nodetype.loads(j).items():
17 ag.add_node(typ, label = dot.nodetype_label(dat, addtypes))
int open(const char *, int)
Opens a file descriptor.
int read(int, char *, size_t)
Read bytes from a file descriptor.