Package mrv :: Package automation :: Module report :: Class ReportBase
[hide private]
[frames] | no frames]

Class ReportBase

source code

object --+
         |
        ReportBase
Known Subclasses:

Provides main interface for all reports as well as the basic implementation
Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

    Overridden Methods
 
__init__(self, callgraph)
intiialize the report with the given callgraph
source code
    Report Methods
 
makeReport(self)
Returns: report as result of a prior Callgraph analysis
source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, callgraph)
(Constructor)

source code 
intiialize the report with the given callgraph
Overrides: object.__init__

makeReport(self)

source code 
Returns:
report as result of a prior Callgraph analysis