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

Class Plan

source code

object --+    
         |    
ReportBase --+
             |
            Plan

Create a plan-like text describing how the target is being made
Instance Methods [hide private]
 
_analyseCallgraph(self)
Create a list of ProcessData instances that reflects the call order
source code

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

    Overridden Methods

Inherited from ReportBase: __init__

    Report Methods
 
makeReport(self, headline=None)
Returns: list of strings ( lines ) resembling a plan-like formatting of the call graph
source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

makeReport(self, headline=None)

source code 
Parameters:
  • headline - line to be given as first line
Returns:
list of strings ( lines ) resembling a plan-like formatting of the call graph
Overrides: ReportBase.makeReport