c/c++ extensions and help()

Lenny G. alengarbage at yahoo.com
Thu Jul 28 18:52:17 EDT 2005


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.




More information about the Python-list mailing list