Generator.send# abstractmethod Generator.send(value)# Send a value into the generator. Return next yielded value or raise StopIteration.