j
k
j a
j l
Nick Coghlan <ncoghlan@...> writes:
How would dict equality be defined? In terms of values, or in terms of value identity?
Completely identity. __eq__ and __hash__ should never be called.
Back to the thread
Back to the list