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