コード例 #1
0
ファイル: exceptions.py プロジェクト: amahabal/PySeqsee
 def __init__(self, supergroups):
   FargException.__init__(self)
   self.supergroups = supergroups
コード例 #2
0
ファイル: exceptions.py プロジェクト: amahabal/PySeqsee
 def __init__(self, conflicting_groups):
   #: The groups that conflict.
   FargException.__init__(self)
   self.conflicting_groups = conflicting_groups
コード例 #3
0
 def __init__(self, supergroups):
     FargException.__init__(self)
     self.supergroups = supergroups
コード例 #4
0
 def __init__(self, conflicting_groups):
     #: The groups that conflict.
     FargException.__init__(self)
     self.conflicting_groups = conflicting_groups
コード例 #5
0
 def __init__(self, items):
   FargException.__init__(self)
   self.items = items
コード例 #6
0
 def __init__(self, items):
     FargException.__init__(self)
     self.items = items