Package Ganga :: Package Runtime :: Module gangadoc :: Class TextDoc2
[hide private]
[frames] | no frames]

Class TextDoc2

source code

pydoc.Doc --+    
            |    
pydoc.TextDoc --+
                |
               TextDoc2

Instance Methods [hide private]
 
docother(self, object, name=None, mod=None, maxlen=None, doc=None)
Produce text documentation for a data object.
source code

Inherited from pydoc.TextDoc: bold, docclass, docdata, docmodule, docproperty, docroutine, formattree, formatvalue, indent, repr, section

Inherited from pydoc.TextDoc (private): _docdescriptor

Inherited from pydoc.Doc: document, fail, getdocloc

Class Variables [hide private]

Inherited from pydoc.TextDoc (private): _repr_instance

Method Details [hide private]

docother(self, object, name=None, mod=None, maxlen=None, doc=None)

source code 

Produce text documentation for a data object.

Overrides: pydoc.Doc.fail
(inherited documentation)