interpreter frame

Peter Hansen peter at engcorp.com
Wed Aug 10 15:33:19 EDT 2005


Leo wrote:
> Why is it not possible to get the frame from the interpreter using the
> inspect library? 

Because sys._getframe() does the job instead?

-Peter



More information about the Python-list mailing list