Beispiel #1
0
 def clone(self, cloned_inputs):
     arg = cloned_inputs[0]
     map_if_possible(arg)
     return _DebugNode(arg, self.debug_state, self._in,self._out, self._exit)
Beispiel #2
0
 def clone(self, cloned_inputs):
     arg = cloned_inputs[0]
     map_if_possible(arg)
     return _DebugNode(arg, self.debug_state, self._in,self._out, self._exit)