Larry Hastings added the comment:

Huh.  So inspect.getfullargspec is the code ignoring whether or not a function 
is bound.

Well, help(x) should be consistent, whether x is a bound builtin class instance 
or a bound Python class instance.  Right now it isn't; it displays the "self" 
for the Python one but not for the builtin one.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20379>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to