get_hash_code method
Leave feedback
On this page
Returns a hash code for the specified object.
def get_hash_code(self, obj):
...
| Parameter | Type | Description |
|---|---|---|
| obj | PropertyValue |
The PropertyValue for which a hash code is to be returned. |
Returns: A hash code for the specified object.
| Raises | Description |
|---|---|
ValueError |
The type of obj is a reference type and obj is None. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.