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

bundles / IPython latest / 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