Package bosco :: Module formatter :: Class AbstractRunFormatter
[hide private]
[frames] | no frames]

Class AbstractRunFormatter

source code

       object --+    
                |    
AbstractFormatter --+
                    |
                   AbstractRunFormatter

Formats a Run.

Instance Methods [hide private]
 
__init__(self, run, header, event)
@param run run to format @param header header information @type header dict @param event event this run belongs to
source code
 
__str__(self)
@return formatted run
source code
 
_raw_punchlist(self) source code
 
_punchlist(self, with_finish=False) source code

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

Class Variables [hide private]

Inherited from AbstractFormatter: validation_codes

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, run, header, event)
(Constructor)

source code 

@param run run to format @param header header information @type header dict @param event event this run belongs to

Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

@return formatted run

Overrides: object.__str__