Ejemplo n.º 1
0
 def __init__(self, index):
     NamedObjectHTMLOutputter.__init__(self, index)
 def __init__(self, named_object):
     NamedObjectHTMLOutputter.__init__(self, named_object)
Ejemplo n.º 3
0
 def __reset(self):
     '''resets the tree so that the next page can be generate'''
     NamedObjectHTMLOutputter.__init__(self, self.entity)
Ejemplo n.º 4
0
 def __init__(self, picture):
     NamedObjectHTMLOutputter.__init__(self, picture)