コード例 #1
0
ファイル: temp.py プロジェクト: LysaGaridi/Projet
 def __init__(self):
     AbstractStrategy.__init__(self, "Random")
コード例 #2
0
ファイル: strategies.py プロジェクト: ad50144124/mon_projet
 def __init__(self, fields):
     AbstractStrategy.__init__(self, "PotentialFields")
     self.fields = fields
コード例 #3
0
ファイル: test_vecteurs.py プロジェクト: Evyl/Projet-SS
 def __init__(self):
     AbstractStrategy.__init__(self, "meow")
コード例 #4
0
ファイル: strategies.py プロジェクト: ad50144124/mon_projet
 def __init__(self, fields):
     AbstractStrategy.__init__(self, "PotentialFields")
     self.fields = fields
コード例 #5
0
 def __init__(self):
     AbstractStrategy.__init__(self,"Random")