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

Method find_module

IPython/external/qt_loaders.py:47–51  ·  view source on GitHub ↗
(self, fullname, path=None)

Source from the content-addressed store, hash-verified

45 self.__forbidden.add(module_name)
46
47 def find_module(self, fullname, path=None):
48 if path:
49 return
50 if fullname in self.__forbidden:
51 return self
52
53 def load_module(self, fullname):
54 raise ImportError("""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected