Re: how to get function signature

2005-07-28 Thread Colin J. Williams
Robert Kern wrote: > [EMAIL PROTECTED] wrote: > >> Hi, >> >> I was working on a dir like function that gives more information than >> the usual dir, but I am not satisfied with the way I get function >> arguments for callable members of an object. Take a look at it here: >> http://nerdierthanthou.

Re: how to get function signature

2005-07-27 Thread Robert Kern
[EMAIL PROTECTED] wrote: > Hi, > > I was working on a dir like function that gives more information than > the usual dir, but I am not satisfied with the way I get function > arguments for callable members of an object. Take a look at it here: > http://nerdierthanthou.nfshost.com/2005/07/mdir-for-

how to get function signature

2005-07-27 Thread [EMAIL PROTECTED]
Hi, I was working on a dir like function that gives more information than the usual dir, but I am not satisfied with the way I get function arguments for callable members of an object. Take a look at it here: http://nerdierthanthou.nfshost.com/2005/07/mdir-for-python.html. I have seen PythonWin sh