Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kaggle/docker-python
/ __init__
Method
__init__
patches/kaggle_gcp.py:54–56 ·
view source on GitHub ↗
(self, target=GcpTarget.BIGQUERY)
Source
from the content-addressed store, hash-verified
52
credentials=KaggleKernelCredentials())
53
""
"
54
def
__init__(self, target=GcpTarget.BIGQUERY):
55
super().__init__()
56
self.target = target
57
58
def
refresh(self, request):
59
try
:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected