[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Determining the names of function arguments.
- From: mpb <mpb.mail@...>
- Date: Tue, 23 Sep 2008 14:21:40 -0700
Hi,
Is there any way to determine the names of function arguments _prior_
to calling the function?
debug.getlocal will tell me the names of function arguments after the
function has been called, but I would like to probe the names of
arguments prior to calling the function. Specifically, I want to know
if the first argument is named 'self'.
Thanks!
-mpb