MCPcopy Create free account
hub / github.com/ipython/ipython / lsmagic

Method lsmagic

IPython/core/magics/basic.py:179–181  ·  view source on GitHub ↗

List currently available magic functions.

(self, parameter_s='')

Source from the content-addressed store, hash-verified

177
178 @line_magic
179 def lsmagic(self, parameter_s=''):
180 """List currently available magic functions."""
181 return MagicsDisplay(self.shell.magics_manager, ignore=[])
182
183 def _magic_docs(self, brief=False, rest=False):
184 """Return docstrings from magic functions."""

Callers 4

magicMethod · 0.95
test_issue_114Function · 0.45
_lsmagicMethod · 0.45
_jsonableMethod · 0.45

Calls 1

MagicsDisplayClass · 0.85

Tested by 1

test_issue_114Function · 0.36