Getting the argument names passed to a function ?

Michael Hudson mwh21 at cam.ac.uk
Wed Apr 5 07:42:48 EDT 2000


quinn at zloty.ugcs.caltech.edu (Quinn Dunkan) writes:

> On 5 Apr 2000 01:55:02 GMT, Mark Jackson <mjackson at wc.eso.mc.xerox.com> wrote:
> >But you forget about:
> >
> >>>> a=1
> >>>> b=a
> >>>> arghack(a)
> >'a'
> >>>> arghack(b)
> >'a'
> >>>> 
> >
> >Your move. . . :-)
> 
> Hmm.  How about:
> 
[snip]

Wow.

Have you downloaded bytecodehacks yet?

Cheers,
M.

-- 
well, take it from an old hand: the only reason it would be easier
to program in C is that you can't easily express complex  problems
in C, so you don't.                 -- Erik Naggum, comp.lang.lisp



More information about the Python-list mailing list