gpe.utils_docs# Utilities for the documentation. Functions# get_inheritance_graph(cls[, mro]) Return an inheritance diagram of cls. Module Contents# get_inheritance_graph(cls, mro=True)[source]# Return an inheritance diagram of cls. Parameters: mro (bool) – Indicate the method-resolution order in red.