Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kaggle/docker-python
/ __init__
Method
__init__
patches/sitecustomize.py:47–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
45
46
class
GcpModuleLoader(importlib.abc.Loader):
47
def
__init__(self):
48
pass
49
50
def
create_module(self, spec):
51
""
"Create the gcp module
from
the spec.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected