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

Anand Balachandran Pillai abpillai at gmail.com
Thu Aug 7 16:51:04 CEST 2008


(PLUG)
http://code.activestate.com/recipes/553262, for an extensive
module metadata reflection example.

--Anand

On Thu, Aug 7, 2008 at 7:32 PM, Kenneth Gonsalves <lawgon at au-kbc.org> wrote:
>
> On 07-Aug-08, at 10:11 AM, Usman Ajmal wrote:
>
>> i typed
>> >>> dir(M2Crypto.RSA.RSA.private_encrypt.__doc__
>
> help(M2Crypto.RSA.RSA.private_encrypt)
>
>
> --
> regards
>
> Kenneth Gonsalves
> Associate, NRC-FOSS
> lawgon at au-kbc.org
> http://nrcfosshelpline.in/code/
>
>
>
>
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>



-- 
-Anand


More information about the BangPypers mailing list