finding out the calling function

Reinhold Birkenfeld reinhold-birkenfeld-nospam at wolke7.net
Wed Jul 27 04:24:32 EDT 2005


flupke wrote:
> Hi,
> 
> i have a property in a class that gets changed
> and i would want to know who changes it.
> Is there a way i can find out the calling function of a property?

You're looking for sys._getframe.

Reinhold



More information about the Python-list mailing list