##// END OF EJS Templates
Macro now has more informative __repr__
vivainio -
Show More
@@ -21,3 +21,6 b' class Macro:'
21 21
22 22 def __str__(self):
23 23 return self.value
24
25 def __repr__(self):
26 return 'IPython.macro.Macro(%s)' % repr(self.value) No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now