Contents   Class: doc_printer
<<Method: doc_printer.print_fn_indices<<   >>Method: doc_printer.print_class_synopsis>>

Method: doc_printer.get_context_of_class

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.



Elements:

none

 

Generated by pymanual (c) 2005-2006 on August 02, 2006.