Generator.throw#

abstractmethod Generator.throw(typ, val=None, tb=None)#

Raise an exception in the generator. Return next yielded value or raise StopIteration.