|
format(self,
layout,
stream=None,
encoding=None)
format and write the given layout into the stream object |
source code
|
|
|
|
|
writeln(self,
string='')
write a line in the output buffer |
source code
|
|
|
write(self,
string)
write a string in the output buffer |
source code
|
|
|
begin_format(self,
layout)
begin to format a layout |
source code
|
|
|
end_format(self,
layout)
finished to format a layout |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|