introspection and functions

Ayaz Ahmed Khan ayaz at dev.null
Thu Aug 23 01:48:10 EDT 2007


"James Stroud" typed:
> py> def doit(a, b, c, x=14):
> ...   pass
> ...
> py> doit.func_code.co_argcount
> 4
> py> doit.func_code.co_varnames
> ('a', 'b', 'c', 'x')
> py> doit.func_defaults
> (14,)

Neat.

-- 
Ayaz Ahmed Khan

I have not yet begun to byte!



More information about the Python-list mailing list