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.2.0/dsearch.html)
286
-
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.2.0/>
285
+
> - Please take a look at the [DeepSearch docs](https://zepworks.com/deepdiff/5.2.1/dsearch.html)
286
+
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.2.1/>
287
287
288
288
# Deep Hash
289
289
(New in v4-0-0)
290
290
291
291
DeepHash is designed to give you hash of ANY python object based on its contents even if the object is not considered hashable!
292
292
DeepHash is supposed to be deterministic in order to make sure 2 objects that contain the same data, produce the same hash.
293
293
294
-
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.2.0/deephash.html)
295
-
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.2.0/>
294
+
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.2.1/deephash.html)
295
+
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.2.1/>
296
296
297
297
Let's say you have a dictionary object.
298
298
@@ -340,8 +340,8 @@ Which you can write as:
340
340
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.
341
341
342
342
343
-
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.2.0/deephash.html)
344
-
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.2.0/>
343
+
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.2.1/deephash.html)
344
+
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.2.1/>
0 commit comments