Class t.w.w.Sidebar(StreamWidget):

Part of twisted.web.widgets View Source View In Hierarchy

No class docstring
Method __init__ Undocumented
Method getList Undocumented
Method stream Call 'write' multiple times with a string argument to represent this widget.

Inherited from StreamWidget:

Method display Produce a list containing a single string.

Inherited from Widget (via StreamWidget):

Method getTitle Undocumented
def __init__(self, highlightHeading, highlightSection): (source)
Undocumented
def getList(self): (source)
Undocumented
def stream(self, write, request): (source)
Call 'write' multiple times with a string argument to represent this widget.
API Documentation for twisted, generated by pydoctor.