[BangPypers] Need help: How do i see the required arguments of a method?

Usman Ajmal uzmanajmal at gmail.com
Thu Aug 7 06:41:12 CEST 2008


Can any one tell me please, how do i know the required arguments of a
particular method?

e.g. I want to find the arguments
*M2Crypto.RSA.RSA.private_encrypt()*requires. How do i do that?

i typed
*>>> dir(M2Crypto.RSA.RSA.private_encrypt.__doc__*

but it gave me a "*None*" as output. Is there any other way?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/bangpypers/attachments/20080807/a0c26735/attachment.htm>


More information about the BangPypers mailing list