$search
Public Member Functions | |
def | __init__ |
def | handle_edge |
def | handle_graph |
def | handle_node |
def | parse |
def | parse_edge_pos |
def | parse_node_pos |
def | transform |
Public Attributes | |
edges | |
height | |
node_by_name | |
nodes | |
shapes | |
top_graph | |
width | |
xoffset | |
xscale | |
yoffset | |
yscale |
Definition at line 1060 of file xdot.py.
def xdot::XDotParser::handle_edge | ( | self, | ||
src_id, | ||||
dst_id, | ||||
attrs | ||||
) |