Script generator :: Class StringStream
[hide private]
[frames] | no frames]

Class StringStream

Simple string stream with a write() method, for replacing stdout when running in script environment. We can't use StringIO because we need the pop() hack.

Instance Methods [hide private]
 
__init__(self)
 
write(self, s)
 
ignoreNextChar(self)
 
getvalue(self)