[Twisted-Python] Re: [Twisted-commits] r20094 - Add a spewing decorator which stores all of the function and method calls

Jean-Paul Calderone exarkun at divmod.com
Sun Apr 29 09:35:50 EDT 2007


On Sat, 28 Apr 2007 23:37:57 -0600, Jonathan Lange <jml at wolfwood.twistedmatrix.com> wrote:
>Author: jml
>Date: Sat Apr 28 23:37:56 2007
>New Revision: 20094
>
>Modified:
>   branches/spew-decorator/twisted/python/util.py
>   branches/spew-decorator/twisted/test/test_util.py
>
>Log:
>Add a spewing decorator which stores all of the function and method calls
>within a function in a structured data object.
>

What ticket is this associated with?

Also, there is already an improved spew function in Epsilon which does nice
things like track call depth and exception propagation and call arguments.

Jean-Paul




More information about the Twisted-Python mailing list