| Method Summary |
| |
__init__(self,
*args)
|
| |
__setitem__(self,
item,
val)
|
| |
add(self,
*args)
|
| |
dump(self)
Writes string fragments to stdout |
| |
renderinto(self,
bucket)
Writes string fragments into list 'bucket', for later joining. |
| Inherited from webwidget |
| |
__getattr__(self,
name)
|
| |
__getitem__(self,
name)
|
| |
__len__(self)
|
| |
__nonzero__(self)
|
| |
__repr__(self)
|
| |
__setattr__(self,
attr,
val)
|
| |
__str__(self)
|
| |
addglobal(self,
name,
item)
|
| |
addnamed(self,
name,
*item,
**kw)
Adds a named item in the scope of the current tag |
| |
attrdump(self)
Returns a space-separated list of the widget's tag attribs |
| |
attrdumpinto(self,
bucket)
renders the tag attributes into the bucket |
| |
attrToStdout(self)
Returns a space-separated list of the widget's tag attribs |
| |
dontWrap(self)
Stops this tag from being enclosed in tags |
| |
join(self,
args)
What a weird yet consummately pythonic method! Read on... |
| |
render(self)
Recursively collate all the content, and content within the content,
into one array of string fragments |
| |
set(self,
*items)
Replaces widget's contents with given items |
| |
setattr(self,
*args,
**kw)
Sets attributes of this widget |