Rui Jorge Rei wrote:
Futile, I believe.
I would also like to get all the arguments and keyword
The arguments to a generator function are the arguments to the generator
's next method. The code is (in 3.0, at least) .gi_code and you can
extract whatever you can from that.
tjr
I have been searching for a way to fetch the originating function object
from a generator.
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.
generator.
's next method. The code is (in 3.0, at least) .gi_code and you can
extract whatever you can from that.
tjr