Exemplo n.º 1
0
 def __init__(self, func, name, calc_dtype, left, right,
              done_func):
     Call2.__init__(self, func, name, calc_dtype, left, right)
     self.done_func = done_func
Exemplo n.º 2
0
 def __init__(self, func, name, calc_dtype, left, right, done_func):
     Call2.__init__(self, func, name, calc_dtype, left, right)
     self.done_func = done_func
Exemplo n.º 3
0
 def __init__(self, dtype, left, right):
     Call2.__init__(self, None, 'assign', dtype, left, right)
Exemplo n.º 4
0
 def __init__(self, dtype, left, right):
     Call2.__init__(self, None, 'assign', dtype, left, right)