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 / magic / MagicsManager / lsmagic

function

IPython.core.magic:MagicsManager.lsmagic

source: /IPython/core/magic.py :420

Signature

def   lsmagic ( self )  →  dict[str, dict[str, Any]]

Summary

Return a dict of currently available magic functions.

Extended Summary

The return dict has the keys 'line' and 'cell', corresponding to the two types of magics we support. Each value is a list of names.

Aliases

  • IPython.core.magic.MagicsManager.lsmagic