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

bundles / IPython 9.3.0 / IPython / core / magic / MagicsManager / lsmagic

function

IPython.core.magic:MagicsManager.lsmagic

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

Signature

def   lsmagic ( self )

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