| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
DIV --+
|
BEAUTIFY
example:
>>> BEAUTIFY(['a','b',{'hello':'world'}]).xml() '<div><table><tr><td><div>a</div></td></tr><tr><td><div>b</div></td></tr><tr><td><div><table><tr><td><B><div>hello</div></B></td><td align="top">:</td><td><div>world</div></td></tr></table></div></td></tr></table></div>'
turns any list, dictionarie, etc into decent looking html.
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
tag = 'div'
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Mar 24 10:42:02 2008 | http://epydoc.sourceforge.net |