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