server-client-python
server-client-python copied to clipboard
Make ReferenceItem hashable
https://github.com/tableau/server-client-python/blob/d065506f0a77031fa2060b43aa8413b8ed8ffa1c/tableauserverclient/models/reference_item.py#L1
Making ReferenceItem hashable has the benefit of allowing it to be used as the key in a dictionary for easier lookups and comparisons.