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

Nick Coghlan report at bugs.python.org
Wed Jun 22 14:46:01 EDT 2016


Nick Coghlan added the comment:

Are you able to use inspect.getfullargspec() on Python 3 rather than inspect.getargspec()?

While both are technically deprecated, only inspect.getargspec() actually emits a deprecation warning - inspect.getfullargspec() still works without complaint and is in no danger of being removed.

----------

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


More information about the Python-bugs-list mailing list