How can i get the parameternames of a non documented function ?

Michael Hudson mwh at python.net
Tue Feb 24 08:49:33 EST 2004


hilfmir at gmx.at (mzo) writes:

> Hello 
> 
> 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.

(Well, short of reading the C source or disassembling the built
object...)

Cheers,
mwh

-- 
  In the 1950s and 60s there was a regular brain drain of young
  Australians from the cities to London, but it was because of 
  money, culture and opportunity, not spiders.
           -- Al Grant, ucam.chat, from Owen Dunn's review of the year



More information about the Python-list mailing list