コード例 #1
0
ファイル: RobotActions.py プロジェクト: younghj/flot
 def __init__(self, array, v_t, w):  #add teleport thing
     Action.__init__(self, array, v_t, w)
コード例 #2
0
 def __init__(self, array, v_t, w):
     Action.__init__(self, array, v_t, w)
コード例 #3
0
ファイル: Cmd.py プロジェクト: sboosali/mandimus
 def __init__(self, data=None, log=False, queryOnly=False):
     Action.__init__(self, data)
     self.log = log
     self.queryOnly = queryOnly
コード例 #4
0
ファイル: Cmd.py プロジェクト: jgarvin/mandimus
 def __init__(self, data=None, log=False, queryOnly=False):
     Action.__init__(self, data)
     self.log = log
     self.queryOnly = queryOnly