[Python-ideas] Enhancing vars()

Ethan Furman ethan at stoneleaf.us
Mon Dec 12 22:35:11 EST 2016


On 12/12/2016 03:45 PM, Steven D'Aprano wrote:

> Proposal: enhance vars() to return a proxy to the object namespace,
> regardless of whether said namespace is __dict__ itself, or a number of
> __slots__, or both.

+1

--
~Ethan~


More information about the Python-ideas mailing list