Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:seperman/deepdiff into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Nov 5, 2023
2 parents 230f225 + 1ec9b52 commit 8c86424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/custom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ To define an custom operator, you just need to inherit a *BaseOperator* and
* implement a give_up_diffing method
* give_up_diffing(level: DiffLevel, diff_instance: DeepDiff) -> boolean

If it returns True, then we will give up diffing the tow objects.
If it returns True, then we will give up diffing the two objects.
You may or may not use the diff_instance.custom_report_result within this function
to report any diff. If you decide not to report anything, and this
function returns True, then the objects are basically skipped in the results.
Expand Down

0 comments on commit 8c86424

Please sign in to comment.