You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> - Please take a look at the [DeepSearch docs](https://zepworks.com/deepdiff/5.4.0/dsearch.html)
313
-
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.4.0/>
312
+
> - Please take a look at the [DeepSearch docs](https://zepworks.com/deepdiff/5.5.0/dsearch.html)
313
+
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.5.0/>
314
314
315
315
# Deep Hash
316
316
(New in v4-0-0)
317
317
318
318
DeepHash is designed to give you hash of ANY python object based on its contents even if the object is not considered hashable!
319
319
DeepHash is supposed to be deterministic in order to make sure 2 objects that contain the same data, produce the same hash.
320
320
321
-
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.4.0/deephash.html)
322
-
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.4.0/>
321
+
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.5.0/deephash.html)
322
+
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.5.0/>
323
323
324
324
Let's say you have a dictionary object.
325
325
@@ -367,8 +367,8 @@ Which you can write as:
367
367
At first it might seem weird why DeepHash(obj)[obj] but remember that DeepHash(obj) is a dictionary of hashes of all other objects that obj contains too.
368
368
369
369
370
-
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.4.0/deephash.html)
371
-
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.4.0/>
370
+
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.5.0/deephash.html)
371
+
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.5.0/>
0 commit comments