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