Inheritance diagram for IPython.core.macro:
Support for interactive macros in IPython
Bases: object
Simple class to store the value of macros as strings.
Macro is just a callable that executes a string of IPython input when called.
Args to macro are available in _margv list if you need them.
store the macro value, as a single string which can be executed