Ejemplo n.º 1
0
 def __init__(self, parent = None, src = None):
     TreeDict.__init__(self, parent=parent, src = src)        
Ejemplo n.º 2
0
 def __init__(self, *args, **kargs):
     self._lock = None
     TreeDict.__init__(self, *args, **kargs)