Hi, I have been searching for a way to fetch the originating function object from a generator. I would also like to get all the arguments and keyword arguments that were used when calling the function that created the generator. I checked the inspect module, but it doesn't seem to provide that data. Is there any way to get this information from a generator object? Thanks in advance.
-- Regards, Rui Rei
-- http://mail.python.org/mailman/listinfo/python-list