Get frame object of last called function

Aahz aahz at pythoncraft.com
Thu Dec 2 12:43:28 EST 2010


In article <fe48f5b8-36b4-433d-84f7-e7d7494858a9 at j2g2000yqf.googlegroups.com>,
moerchendiser2k3  <googler.1.webmaster at spamgourmet.com> wrote:
>
>Hi, is there any chance to get the frame object of the previous called
>function?

sys._current_frames(), sys._getframe()
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Think of it as evolution in action."  --Tony Rand



More information about the Python-list mailing list