MCPcopy Create free account
hub / github.com/LabPy/lantz / load_module

Method load_module

lantz/utils/qt_loaders.py:70–74  ·  view source on GitHub ↗
(self, mod_name)

Source from the content-addressed store, hash-verified

68 return self
69
70 def load_module(self, mod_name):
71 raise ImportError("""
72 Importing %s disabled by Lantz, which has
73 already imported an Incompatible QT Binding: %s
74 """ % (mod_name, loaded_api()))
75
76ID = ImportDenier()
77sys.meta_path.append(ID)

Callers

nothing calls this directly

Calls 1

loaded_apiFunction · 0.85

Tested by

no test coverage detected