This is a development version (9.14.0.dev) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.14.0.dev / 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__