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)