Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __init__
Method
__init__
IPython/external/qt_loaders.py:40–41 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
38
""
"
39
40
def
__init__(self):
41
self.__forbidden = set()
42
43
def
forbid(self, module_name):
44
sys.modules.pop(module_name, None)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected