Python-list Digest, Vol 75, Issue 6

Nadav Chernin Nadav.C at qualisystems.com
Tue Dec 1 07:27:11 EST 2009


	Nadav Chernin wrote:
	> When I use getargspec(func) for user-defined function, all is
working 
	> OK, but using it for built-in functions raise TypeError:

	That's just fine and to be expected. It's not possible to
inspect a C function. Only functions implemented in Python have the
necessary metadata.

	Christian

OK, so how to know prototype of C functions?






More information about the Python-list mailing list