Here's a relevant post
http://mail.python.org/pipermail/python-3000/2006-April/001051.html
or
http://tinyurl.com/fod9u
[EMAIL PROTECTED] wrote:
> Andre> This seems to be an important issue and fit for discussion in the
> Andre> context of Py3k. What is Guido's opinion?
>
> Dunno. I've nev
Sounds like PyTables could be useful.
http://www.pytables.org
--
lpc
--
http://mail.python.org/mailman/listinfo/python-list
Nice. I had to call _getframe(2) to account for the wrapper but the
idea seems to work OK, that is, save the name of the decorator's
original caller at definition time while creating the wrapper function.
Much better than doing that at runtime.
Thanks
--
Luis P Caamano
Atlanta, GA USA
--
http
We have a tracing decorator that automatically logs enter/exits to/from
functions and methods and it also figures out by itself the function
call arguments values and the class or module the function/method is
defined on. Finding the name of the class where the method we just
entered was defined i