| Home | Trees | Index | Help |
|
|---|
| Module pyweb :: Class option |
|
webwidget --+
|
option
| Method Summary | |
|---|---|
__init__(self,
*args,
**kw)
| |
Writes string fragments to stdout | |
Writes string fragments into list 'bucket', for later joining. | |
| Inherited from webwidget | |
| |
| |
| |
| |
| |
| |
Used with templates. | |
| |
Add content to a widget. | |
| |
Adds a named item in the scope of the current tag | |
Returns a space-separated list of the widget's tag attribs | |
renders the tag attributes into the bucket | |
Returns a space-separated list of the widget's tag attribs | |
Stops this tag from being enclosed in tags | |
What a weird yet consummately pythonic method! Read on... | |
Recursively collate all the content, and content within the content, into one array of string fragments | |
Replaces widget's contents with given items | |
Sets attributes of this widget | |
| Class Variable Summary | |
|---|---|
str |
delimiter = '\n'
|
| Inherited from webwidget | |
bool |
notagclose = False
|
| Method Details |
|---|
dump(self)Writes string fragments to stdout If opening and closing tags (eg "<p>" and "</p>") are present, encloses all the content within these tags
|
renderinto(self, bucket)Writes string fragments into list 'bucket', for later joining. If opening and closing tags (eg "<p>" and "</p>") are present, encloses all the content within these tags
|
| Class Variable Details |
|---|
delimiter
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sat Feb 7 20:08:05 2004 | http://epydoc.sf.net |