]> granicus.if.org Git - python/commit
inspect.Signature.bind: Update method signature to rule out possiblity
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 29 Jan 2014 17:10:27 +0000 (12:10 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 29 Jan 2014 17:10:27 +0000 (12:10 -0500)
commitc45873e4349fcec76870757b43fe24a85b443755
tree9ef8a1d02a356e6fa2e511f1a548fdc163150f5d
parent421f0c7be1286e617eb6c00e98a512ce3993d222
inspect.Signature.bind: Update method signature to rule out possiblity
of name conflict between '__bind_self' and actual keyword argument to
'bind' or 'bind_partial'.
Lib/inspect.py