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

Method load_module

IPython/external/qt_loaders.py:53–57  ·  view source on GitHub ↗
(self, fullname)

Source from the content-addressed store, hash-verified

51 return self
52
53 def load_module(self, fullname):
54 raise ImportError("""
55 Importing %s disabled by IPython, which has
56 already imported an Incompatible QT Binding: %s
57 """ % (fullname, loaded_api()))
58
59ID = ImportDenier()
60sys.meta_path.insert(0, ID)

Callers

nothing calls this directly

Calls 1

loaded_apiFunction · 0.85

Tested by

no test coverage detected