Exemplo n.º 1
0
 def __init__(self, content=None, attr={}):
     Elem.__init__(self,
                   tag="img",
                   attr=attr,
                   content=content,
                   tag_type='simple')
Exemplo n.º 2
0
 def __init__(self, content=None, attr={}):
     Elem.__init__(self,
                   tag="ul",
                   attr=attr,
                   content=content,
                   tag_type='double')
Exemplo n.º 3
0
 def __init__(self, content=None, attr={}):
     Elem.__init__(self,
                   tag="meta",
                   attr=attr,
                   content=content,
                   tag_type='one')