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