Trees | Index | Help |
---|
Package WebStack :: Package Helpers :: Module Response :: Class ConvertingStream |
|
A converting stream which converts Unicode text to plain strings.
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)
|
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 Mar 1 00:37:14 2007 | http://epydoc.sf.net |