Example #1
0
 def __init__(self, dictionary, **kwargs):
     Info.__init__(self, dictionary, **kwargs)
Example #2
0
 def __init__(self, dictionary, parent=None, **kwargs):
     if self.__validate_parent(parent): self.parent = parent
     Info.__init__(self, dictionary, **kwargs)
Example #3
0
 def __init__(self, dictionary, parent=None, **kwargs):
     if self.__validate_parent(parent): self.parent = parent
     Info.__init__(self, dictionary, **kwargs)
Example #4
0
 def __init__(self, dictionary, **kwargs):
     Info.__init__(self, dictionary, **kwargs)