(self)
| 39 | return self.value |
| 40 | |
| 41 | def __repr__(self): |
| 42 | return 'IPython.macro.Macro(%s)' % repr(self.value) |
| 43 | |
| 44 | def __getstate__(self): |
| 45 | """ needed for safe pickling via %store """ |
nothing calls this directly
no outgoing calls
no test coverage detected