Package ZenReports :: Module AliasPlugin :: Class AliasPlugin
[hide private]
[frames] | no frames]

Class AliasPlugin

source code

object --+
         |
        AliasPlugin

A base class for performance report plugins that use aliases to choose datapoints

Instance Methods [hide private]
 
getAliasColumnMap(self)
Return the mapping of aliases to column names.
source code
 
run(self, dmd, args)
Generate the report using the columns and aliases obtained by calling getAliasColumnMap()
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

getAliasColumnMap(self)

source code 
Return the mapping of aliases to column names. This should be one to one. This is unimplemented in the base class.