def __init__(self, generator, function): self.function = function WrapperGenerator.__init__(self, generator)