Home | Trees | Indices | Help |
|
---|
|
object --+ | BaseWriter
base class for ureport writers
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
format and write the given layout into the stream object unicode policy: unicode strings may be found in the layout; try to call stream.write with it, but give it back encoded using the given encoding if it fails |
recurse on the layout children and call their accept method (see the Visitor pattern) |
trick to get table content without actually writing it return an aligned list of lists containing table cells values as string |
trick to compute the formatting of children layout before actually writing it return an iterator on strings (one for each child element) |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Mar 13 16:02:49 2014 | http://epydoc.sourceforge.net |