Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kaggle/docker-python
/ exec_module
Method
exec_module
patches/sitecustomize.py:70–71 ·
view source on GitHub ↗
(self, module)
Source
from the content-addressed store, hash-verified
68
return
monkeypatch_gcp_module
69
70
def
exec_module(self, module):
71
pass
72
73
if
not hasattr(sys,
'frozen'
):
74
sys.meta_path.insert(0, GcpModuleFinder())
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected