[issue34475] functools.partial objects have no __qualname__ attribute

Chris Jerdonek report at bugs.python.org
Mon Sep 10 00:48:47 EDT 2018


Chris Jerdonek <chris.jerdonek at gmail.com> added the comment:

Using p.func would name the function passed to functools.partial() rather than the partial object itself.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34475>
_______________________________________


More information about the Python-bugs-list mailing list