Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabPy/lantz
/ forbid
Method
forbid
lantz/utils/qt_loaders.py:60–62 ·
view source on GitHub ↗
(self, module_name)
Source
from the content-addressed store, hash-verified
58
self.__forbidden = None
59
60
def
forbid(self, module_name):
61
sys.modules.pop(module_name, None)
62
self.__forbidden = module_name
63
64
def
find_module(self, mod_name, pth):
65
if
pth:
Callers
1
commit_api
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected