We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5355f5 + 4aba56e commit 67f1ce1Copy full SHA for 67f1ce1
deepdiff/helper.py
@@ -651,6 +651,5 @@ def detailed__dict__(obj, ignore_private_variables=True, ignore_keys=frozenset()
651
):
652
value = getattr(obj, key)
653
if not callable(value):
654
- print(f"{key}: {value}")
655
result[key] = value
656
return result
0 commit comments