Tcl style traces

"Martin v. Löwis" martin at v.loewis.de
Wed Jan 28 01:09:19 EST 2004


Derek Fountain wrote:
> Does Python have something similar to Tcl style tracing? That is, the
> ability to call a subroutine when a variable is written to or read from?

No. However, sys.settrace might come close.

Regards,
Martin




More information about the Python-list mailing list