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

Class ReportlabRunFormatter

source code

       object --+        
                |        
AbstractFormatter --+    
                    |    
 AbstractRunFormatter --+
                        |
                       ReportlabRunFormatter

Instance Methods [hide private]
 
__str__(self)
@return formatted run
source code
 
_format_punchlist(self, cols=10) source code

Inherited from AbstractRunFormatter: __init__

Inherited from AbstractRunFormatter (private): _punchlist, _raw_punchlist

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]

__str__(self)
(Informal representation operator)

source code 

@return formatted run

Overrides: object.__str__
(inherited documentation)