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?
_______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers