On Jan 28, 4:30 am, Tim Chase <[EMAIL PROTECTED]> wrote:
> I've seen some folks import inspect/functools, but from my
> testing, the __init__ method in question has a .func_code object
> that already has the varnames in it.

in py3k f.func_code gives way to f.__code__, this is why inspect may
be preferable

--
Arnaud

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to