We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3337b85 commit a9d9227Copy full SHA for a9d9227
1 file changed
effect/ref.py
@@ -38,6 +38,9 @@ def modify(self, transformer):
38
"""
39
return Effect(ModifyReference(ref=self, transformer=transformer))
40
41
+ def __repr__(self):
42
+ return "<Reference({})>".format(self._value)
43
+
44
45
@attributes(['ref'])
46
class ReadReference(object):
0 commit comments