[issue27172] Add skip_bound_arg argument to inspect.Signature.from_callable()

Ryan Petrello report at bugs.python.org
Wed Jun 22 16:01:58 EDT 2016


Ryan Petrello added the comment:

Nick,

My main reasoning for not using it is that it's marked as deprecated in the docstring, and I want to avoid relying on it if disappears in the future :)

Warnings or not, the shim that I wrote doesn't use any deprecated code, so that's why I took that approach.

----------

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


More information about the Python-bugs-list mailing list