[Python-Dev] Re: getting at the current frame

Guido van Rossum guido@python.org
Tue, 24 Oct 2000 18:13:43 -0500


> Darn good point.  So where could we put it?  It's a useful
> introspection device.  If it goes in a separate module, should that
> perhaps be called `reflection'?  Or maybe `runtime'?  Or maybe
> "sys._getframe()" is good enough.

sys._getframe() is good enough.

--Guido van Rossum (home page: http://www.python.org/~guido/)