| Trees | Index | Help |
|---|
| Package WebStack :: Package Helpers :: Module Response :: Class ConvertingStream |
|
| Method Summary | |
|---|---|
Set the actual response 'stream' and the desired output 'encoding'. | |
Write the given 'text', either a plain string or a Unicode object. | |
| Method Details |
|---|
__init__(self,
stream,
encoding)
Set the actual response 'stream' and the desired output
'encoding'.
|
write(self, text)Write the given 'text', either a plain string or a Unicode object. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 19:07:58 2005 | http://epydoc.sf.net |