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.
1 parent 946d7e5 commit bb2ec4dCopy full SHA for bb2ec4d
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