public Object send(Object value) throws StopIterationException { PArguments.setSpecialArgument(arguments, value); return callTarget.call(arguments); }
@Override public Object __next__() throws StopIterationException { return callTarget.call(arguments); }