[issue40890] Dict views should be introspectable

Rémi Lapeyre report at bugs.python.org
Sun Jun 7 08:35:52 EDT 2020


Rémi Lapeyre <remi.lapeyre at henki.fr> added the comment:

property, partial, bound methods and ChinMap all do something complex with the underlying object. Dict-views are quite simple by comparison, is there an example where this would be helpful and better than just passing directly the mapping object?

----------
nosy: +remi.lapeyre

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


More information about the Python-bugs-list mailing list