Exemplo n.º 1
0
 def __init__(self, supergroups):
   FargException.__init__(self)
   self.supergroups = supergroups
Exemplo n.º 2
0
 def __init__(self, conflicting_groups):
   #: The groups that conflict.
   FargException.__init__(self)
   self.conflicting_groups = conflicting_groups
 def __init__(self, supergroups):
     FargException.__init__(self)
     self.supergroups = supergroups
 def __init__(self, conflicting_groups):
     #: The groups that conflict.
     FargException.__init__(self)
     self.conflicting_groups = conflicting_groups
Exemplo n.º 5
0
 def __init__(self, items):
   FargException.__init__(self)
   self.items = items
 def __init__(self, items):
     FargException.__init__(self)
     self.items = items