MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _hash

Method _hash

Lib/_abcoll.py:228–258  ·  view source on GitHub ↗

Compute the hash value of a set. Note that we don't define __hash__: not all sets are hashable. But if you define a hashable set type, its __hash__ should call this function. This must be compatible __eq__. All sets ought to compare equal if they contain th

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

hashFunction · 0.85

Tested by

no test coverage detected