Re: How can i get the parameternames of a non documented function ?
From: Jeremy Sanders (jeremy+plusnews_at_jeremysanders.net)
Date: 02/24/04
- Next message: Jacek Generowicz: "Distutils: compilation of generated code."
- Previous message: wes weston: "Re: error in inserting a longblob data"
- In reply to: Michael Hudson: "Re: How can i get the parameternames of a non documented function ?"
- Next in thread: Michael Hudson: "Re: How can i get the parameternames of a non documented function ?"
- Reply: Michael Hudson: "Re: How can i get the parameternames of a non documented function ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 24 Feb 2004 14:36:03 +0000
On Tue, 24 Feb 2004 13:49:33 +0000, Michael Hudson wrote:
> hilfmir@gmx.at (mzo) writes:
>> I import a module (wrapped from c code) and have no documentation of
>> it. How can i find out the name of the parameters / head of the
>> functions ?
>
> You can't. Sorry.
Is that correct?
Couldn't you use inspect.getargspec(func) ?
It doesn't say you can't use it on wrapped C code.
Jeremy
- Next message: Jacek Generowicz: "Distutils: compilation of generated code."
- Previous message: wes weston: "Re: error in inserting a longblob data"
- In reply to: Michael Hudson: "Re: How can i get the parameternames of a non documented function ?"
- Next in thread: Michael Hudson: "Re: How can i get the parameternames of a non documented function ?"
- Reply: Michael Hudson: "Re: How can i get the parameternames of a non documented function ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]