bundles / IPython 9.11.0 / IPython / core / macro / Macro
class
IPython.core.macro:Macro
source: /IPython/core/macro.py :16
Signature
class Macro ( code ) Members
Summary
Simple class to store the value of macros as strings.
Extended Summary
Macro is just a callable that executes a string of IPython input when called.
Aliases
-
IPython.core.interactiveshell.Macro