third_party.pylibs.pylint.src/test/data/classes_No_Name.dot
Emile Anclin ded53ca907 same graph represented differently
--HG--
branch : astng2
2009-03-18 18:35:41 +01:00

12 lines
554 B
Plaintext

digraph "classes_No_Name" {
charset="utf-8"
rankdir=BT
"4" [shape="record", label="{Ancestor|attr : str\l|get_value()\lset_value()\l}"];
"5" [shape="record", label="{Specialization|relation\l|}"];
"8" [shape="record", label="{«interface»\nInterface|\l|get_value()\lset_value()\l}"];
"9" [shape="record", label="{DoNothing|\l|}"];
"5" -> "4" [arrowtail="none", arrowhead="empty"];
"4" -> "8" [arrowtail="node", style="dashed", arrowhead="empty"];
"9" -> "5" [arrowhead="diamond", style="solid", arrowtail="none", fontcolor="green", label="relation"];
}