dot¶
Generate dot sources.
See Visualize decay topologies for more info.
-
convert_to_dot(instance: object) → str[source]¶ Convert a
objectto a DOT languagestr.Only works for objects that can be represented as a graph, particularly a
StateTransitionGraphor alistofStateTransitionGraphinstances.