Christian Heimes wrote:
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:
I added an issue to document this better
http://bugs.python.org/issue7422
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.
So should this request to also inspect C functions be closed?
http://bugs.python.org/issue1748064
Terry Jan Reedy
--
http://mail.python.org/mailman/listinfo/python-list