finesse.utilities.graph.class_graph

finesse.utilities.graph.class_graph(cls, G=None)[source]

Creates a directed graph from a class and all of its base classes.

|object| is ignored because every class derives from object and so it just clutters up the graph.