third_party.pylibs.pylint.src/test/data/classes_No_Name.dot

13 lines
557 B
Plaintext
Raw Normal View History

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