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

Class __TAG__

source code

object --+
         |
        __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

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

Properties [hide private]

Inherited from object: __class__