Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Kaggle/docker-python
/ has_gcs
Method
has_gcs
patches/kaggle_gcp.py:41–42 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
39
return
GcpTarget.BIGQUERY in self.integrations
40
41
def
has_gcs(self):
42
return
GcpTarget.GCS in self.integrations
43
44
def
has_cloudai(self):
45
return
GcpTarget.CLOUDAI in self.integrations or \
Callers
1
init_gcs
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected