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 b0c9b08 commit a0657e6Copy full SHA for a0657e6
effect/ref.py
@@ -51,7 +51,7 @@ def modify(self, transformer):
51
return Effect(ModifyReference(ref=self, transformer=transformer))
52
53
def __repr__(self):
54
- return "<Reference({})>".format(self._value)
+ return "<Reference({}) at 0x{:x}>".format(self._value, id(self))
55
56
57
@attr.s
0 commit comments