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 946d7e5 + bb2ec4d commit 4aba56eCopy full SHA for 4aba56e
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