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

Class __TAG__

source code

  object --+    
           |    
XmlComponent --+
               |
              __TAG__

TAG factory example:
   >>> 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: xml

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

Properties [hide private]

Inherited from object: __class__