Package gluon :: Module html :: Class __TAG__
[hide private]
[frames] | no frames]

Class __TAG__

source code

  object --+    
           |    
XmlComponent --+
               |
              __TAG__

TAG factory

Examples:

>>> print TAG.first(TAG.second('test'), _key = 3)
<first key="3"><second>test</second></first>
Instance Methods [hide private]
 
__getitem__(self, name) source code
 
__getattr__(self, name) source code
 
__call__(self, html) source code

Inherited from XmlComponent: __add__, __mul__, add_class, remove_class, xml

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__