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
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
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