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