You are viewing an older version (9.11.0). Go to latest (9.13.0)
{ } Raw JSON

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__