Module pyweb :: Class title
[show private | hide private]
[frames | no frames]

Class title

webwidget --+
            |
           title


Creates an HTML '<TITLE>' tag
Method Summary
    Inherited from webwidget
  __init__(self, *content, **kw)
Generic widget constructor.
  __getattr__(self, name)
  __getitem__(self, name)
  __len__(self)
  __nonzero__(self)
  __repr__(self)
  __setattr__(self, attr, val)
  __setitem__(self, name, val)
Used with templates.
  __str__(self)
  add(self, *items, **kw)
Add content to a widget.
  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
  dump(self)
Writes string fragments to stdout
  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
  renderinto(self, bucket)
Writes string fragments into list 'bucket', for later joining.
  set(self, *items)
Replaces widget's contents with given items
  setattr(self, *args, **kw)
Sets attributes of this widget
  _dump(self, *items, **kw)
  _renderinto(self, bucket, *items, **kw)

Class Variable Summary
str delimiter = ''
int _is_pyweb_title = 1                                                                     
    Inherited from webwidget
bool notagclose = False
bool _is_pyweb_webwidget = True

Class Variable Details

delimiter

Type:
str
Value:
''                                                                     

_is_pyweb_title

Type:
int
Value:
1                                                                     

Generated by Epydoc 2.0 on Sat Feb 7 20:08:06 2004 http://epydoc.sf.net