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

Method __init__

IPython/utils/shimmodule.py:22–24  ·  view source on GitHub ↗
(self, src, mirror)

Source from the content-addressed store, hash-verified

20 not a clone that will confuse `is` and `isinstance` checks.
21 """
22 def __init__(self, src, mirror):
23 self.src = src
24 self.mirror = mirror
25
26 def _mirror_name(self, fullname):
27 """get the name of the mirrored module"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected