[issue8639] Allow callable objects in inspect.getfullargspec

Michael Foord report at bugs.python.org
Tue Aug 2 00:44:17 CEST 2011


Michael Foord <michael at voidspace.org.uk> added the comment:

Right. For a callable object (instance with __call__ method), it's unambiguous which signature you want. For a class it's ambiguous.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8639>
_______________________________________


More information about the Python-bugs-list mailing list