MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / load_module

Method load_module

pydev_ipython/qt_loaders.py:46–53  ·  view source on GitHub ↗
(self, fullname)

Source from the content-addressed store, hash-verified

44 return self
45
46 def load_module(self, fullname):
47 raise ImportError(
48 """
49 Importing %s disabled by IPython, which has
50 already imported an Incompatible QT Binding: %s
51 """
52 % (fullname, loaded_api())
53 )
54
55
56ID = ImportDenier()

Callers

nothing calls this directly

Calls 1

loaded_apiFunction · 0.85

Tested by

no test coverage detected