[issue17373] Add inspect.Signature.from_callable()

Yury Selivanov report at bugs.python.org
Sat Jan 11 23:13:58 CET 2014


Yury Selivanov added the comment:

Hi Eric,

I'm not sure why do you want this. Having "Signature.from_callable" does not allow you to change behaviour of 'inspect.signature' function. More over, it creates a confusion about what API should be used - 'inspect.signature' or 'inspect.Signature.from_callable'.

----------
nosy: +yselivanov

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


More information about the Python-bugs-list mailing list