A streamable component of a webpage.
Methods
|
|
display
stream
|
|
display
|
display ( self, request )
Produce a list containing a single string.
|
|
stream
|
stream (
self,
write,
request,
)
Call write multiple times with a string argument to represent this widget.
Exceptions
|
|
NotImplementedError( "%s.stream" % self.__class__ )
|
|
|