Public Member Functions | |
| def | __init__ |
| def | __str__ |
| def | setAttrib |
Static Public Attributes | |
| string | DIR = "dir" |
Private Attributes | |
| _attrib | |
Definition at line 194 of file digraph.py.
| def airbus_docgen.digraph.digraph.Edge.__init__ | ( | self, | |
key = None, |
|||
value = None |
|||
| ) |
Definition at line 198 of file digraph.py.
| def airbus_docgen.digraph.digraph.Edge.__str__ | ( | self | ) |
Definition at line 209 of file digraph.py.
| def airbus_docgen.digraph.digraph.Edge.setAttrib | ( | self, | |
| key, | |||
| value | |||
| ) |
Definition at line 204 of file digraph.py.
Definition at line 198 of file digraph.py.
string airbus_docgen::digraph::digraph.Edge::DIR = "dir" [static] |
Definition at line 196 of file digraph.py.