bundles / IPython 9.11.0 / IPython / core / macro / Macro / __init__
function
IPython.core.macro:Macro.__init__
source: /IPython/core/macro.py :23
Signature
def __init__ ( self , code ) Summary
store the macro value, as a single string which can be executed
Aliases
-
IPython.core.interactiveshell.Macro.__init__