On 01.12.15 03:00, Steven D'Aprano wrote:
I'm trying to understand why vars() exists. Does anyone use it?

I use vars() exclusively for introspection in interactive environment. As well as dir() and help(). Sad that it doesn't work with __slots__.


--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to