| Home | Trees | Index | Help |
|
|---|
| Module pyweb :: Class head |
|
webwidget --+
|
head
Creates an HTML '<HEAD>' tag
Typically you won't instantiate this yourself, because it automatically gets created as an attribute of http objects.| Method Summary | |
|---|---|
__init__(self,
*args,
**kw)
| |
__setattr__(self,
attr,
val)
| |
add(self,
*items)
| |
Kludged to automatically insert the <title> tag | |
Kludged to automatically insert the <title> tag | |
| Inherited from webwidget | |
| |
| |
| |
| |
| |
Used with templates. | |
| |
| |
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 | |
|---|---|
| Inherited from webwidget | |
str |
delimiter = '\n'
|
bool |
notagclose = False
|
| Method Details |
|---|
dump(self)Kludged to automatically insert the <title> tag
|
renderinto(self, bucket)Kludged to automatically insert the <title> tag
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sat Feb 7 20:08:06 2004 | http://epydoc.sf.net |