Re: c/c++ extensions and help()

2005-07-31 Thread Philip Austin
Robert Kern <[EMAIL PROTECTED]> writes: > Lenny G. wrote: >> Is there a way to make a c/c++ extension have a useful method >> signature? Right now, help(myCFunc) shows up like: >> myCFunc(...) >> description of myCFunc >> I'd like to be able to see: >> myCFunc(myArg1, myArg2) >> description o

Re: c/c++ extensions and help()

2005-07-28 Thread Robert Kern
Lenny G. wrote: > Is there a way to make a c/c++ extension have a useful method > signature? Right now, help(myCFunc) shows up like: > > myCFunc(...) > description of myCFunc > > I'd like to be able to see: > > myCFunc(myArg1, myArg2) > description of myCFunc > > Is this currently possible

c/c++ extensions and help()

2005-07-28 Thread Lenny G.
Is there a way to make a c/c++ extension have a useful method signature? Right now, help(myCFunc) shows up like: myCFunc(...) description of myCFunc I'd like to be able to see: myCFunc(myArg1, myArg2) description of myCFunc Is this currently possible? Thanks, Lenny G. -- http://mail.py