Module pyhtmloo :: Class hr
[show private | hide private]
[frames | no frames]

Class hr

object --+    
         |    
       Tag --+
             |
            hr


Creates an HTML '<HR>' tag
Method Summary
    Inherited from Tag
  __init__(self, *llist, **kw)
_params, _tc, _attrs are special initial parameters
  __str__(self)
  add(self, *contents)
add content to the current tag
  getattr(self, name)
to get the value of a specific html attribute
  getparam(self, param)
to get the value of one of the parameter (indent, delimiter, endtag)
  render(self)
  setattr(self, **kw)
to update or add some html attributes to the current tag
  setparam(self, **kw)
to update the tag parameters (indent, delimiter, endtag)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
    Inherited from type
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T

Generated by Epydoc 2.0 on Sat Mar 11 18:47:52 2006 http://epydoc.sf.net