Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kaggle/docker-python
/ has_integration
Method
has_integration
patches/kaggle_gcp.py:35–36 ·
view source on GitHub ↗
(self, target)
Source
from the content-addressed store, hash-verified
33
self.integrations[target] = True
34
35
def
has_integration(self, target):
36
return
target in self.integrations
37
38
def
has_bigquery(self):
39
return
GcpTarget.BIGQUERY in self.integrations
Callers
1
refresh
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected