mrv.automation.report

Epydoc: mrv.automation.report

contains report implementations allowing to analyse the callgraph of

Classes

Epydoc: mrv.automation.report.Plan

class mrv.automation.report.Plan(callgraph)

Bases: mrv.automation.report.ReportBase

Create a plan-like text describing how the target is being made

makeReport(headline=None)
Returns:list of strings ( lines ) resembling a plan-like formatting of the call graph
Parameter:headline – line to be given as first line

Epydoc: mrv.automation.report.ReportBase

class mrv.automation.report.ReportBase(callgraph)

Bases: object

Provides main interface for all reports as well as the basic implementation

makeReport()
Returns:report as result of a prior Callgraph analysis

Table Of Contents

Previous topic

mrv.automation.base

Next topic

mrv.automation.workflow

This Page