This class just maintains a mapping from declaration to display style. The style is an enumeration, possible values being: SUMMARY (only display a summary for this declaration), DETAIL (summary and detailed info), INLINE (summary and detailed info, where detailed info is an inline version of the declaration even if it's a class, etc.)
Upon initiation, an instance of this class installs itself in the config object as "decl_style".
Operations Summary: | |
__init__(self) [Source] | |
style_of(self, decl) Returns the style of the given decl [Source] |