Synopsis: get_context_of_class( self, listofmodules, class_object )
Returns a FormattingContext describing the class as represented by class_object . This is usually FormattingContext(class_object.__module__, class_object.__name__) . However, if class_object.__module__ is not in listofmodules , listofmodules is searched for a module providing this class. This is because class_object may have been imported directly into another module that is to be documented.