Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: core.macro

Support for interactive macros in IPython

1 Class

class IPython.core.macro.Macro(code)

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.

__init__(code)

store the macro value, as a single string which can be executed