Exemplo n.º 1
0
 def __init__(self, array, v_t, w):  #add teleport thing
     Action.__init__(self, array, v_t, w)
Exemplo n.º 2
0
 def __init__(self, array, v_t, w):
     Action.__init__(self, array, v_t, w)
Exemplo n.º 3
0
 def __init__(self, data=None, log=False, queryOnly=False):
     Action.__init__(self, data)
     self.log = log
     self.queryOnly = queryOnly
Exemplo n.º 4
0
 def __init__(self, data=None, log=False, queryOnly=False):
     Action.__init__(self, data)
     self.log = log
     self.queryOnly = queryOnly