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

Method __init__

IPython/core/magics/basic.py:21–23  ·  view source on GitHub ↗
(self, magics_manager, ignore=None)

Source from the content-addressed store, hash-verified

19
20class MagicsDisplay(object):
21 def __init__(self, magics_manager, ignore=None):
22 self.ignore = ignore if ignore else []
23 self.magics_manager = magics_manager
24
25 def _lsmagic(self):
26 """The main implementation of the %lsmagic"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected