Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Kaggle/docker-python
/ add_integration
Method
add_integration
patches/kaggle_gcp.py:32–33 ·
view source on GitHub ↗
(self, target)
Source
from the content-addressed store, hash-verified
30
self.integrations = {}
31
32
def
add_integration(self, target):
33
self.integrations[target] = True
34
35
def
has_integration(self, target):
36
return
target in self.integrations
Callers
1
get_integrations
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected