Skip to content
Snippets Groups Projects
Commit dbbebf27 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

DOC(apiutils): updated docstring for deprecated arguments

parent dc298f3c
Branches
Tags v0.7.1
2 merge requests!159Release 0.16.o,!154Added the possibility to use custom labels instead of 'old' and 'new'
Pipeline #57488 passed with warnings
...@@ -678,6 +678,12 @@ def describe_diff(entity0_diff: dict[str, Any], entity1_diff: dict[str, Any], ...@@ -678,6 +678,12 @@ def describe_diff(entity0_diff: dict[str, Any], entity1_diff: dict[str, Any],
label_e1: str label_e1: str
Can be used to set a custom label for the diff that is associated with the second entity. Can be used to set a custom label for the diff that is associated with the second entity.
olddiff: Any
Deprecated. Replaced by entity0_diff.
newdiff: Any
Deprecated. Replaced by entity1_diff.
Returns: Returns:
-------- --------
A text description of the differences. A text description of the differences.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment