MCPcopy Index your code
hub / github.com/ipython/ipython / lsmagic

Method lsmagic

IPython/core/magics/basic.py:184–186  ·  view source on GitHub ↗

List currently available magic functions.

(self, parameter_s='')

Source from the content-addressed store, hash-verified

182
183 @line_magic
184 def lsmagic(self, parameter_s=''):
185 """List currently available magic functions."""
186 return MagicsDisplay(self.shell.magics_manager, ignore=[])
187
188 def _magic_docs(self, brief=False, rest=False):
189 """Return docstrings from magic functions."""

Callers 3

magicMethod · 0.95
_lsmagicMethod · 0.45
_jsonableMethod · 0.45

Calls 1

MagicsDisplayClass · 0.85

Tested by

no test coverage detected