[Python-ideas] Fwd: Anonymous namedtuples

Random832 random832 at fastmail.com
Tue Apr 19 22:04:40 EDT 2016


On Tue, Apr 19, 2016, at 17:20, Sven R. Kunze wrote:
> So, "(x=12, y=16).__class__ == type(object())"?

Well, object does equality comparison by identity; you presumably would
want this class to use its contents.


More information about the Python-ideas mailing list