[Python-ideas] Access to function objects

Terry Reedy tjreedy at udel.edu
Tue Aug 9 09:15:05 CEST 2011


On 8/9/2011 12:01 AM, Ben Finney wrote:

> Since the inner function's code object isn't reliably available, it's
> insufficient for reliably getting to the undecorated function which
> handles a specific Django URL.

I think you should try to keep an overt reference to the original function.

-- 
Terry Jan Reedy




More information about the Python-ideas mailing list