Yury Selivanov added the comment: > But this complicates life for inspect.Signature, which needs to not publish > the "self" parameter when it's been bound.
That's already supported, isn't it? >>> str(inspect.signature(F.a)) '(self, a)' >>> str(inspect.signature(F().a)) '(a)' ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20189> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com