Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kaggle/docker-python
/ is_proxy_token_set
Function
is_proxy_token_set
patches/kaggle_gcp.py:132–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
return
"KAGGLE_USER_SECRETS_TOKEN"
in os.environ
131
132
def
is_proxy_token_set():
133
return
"KAGGLE_DATA_PROXY_TOKEN"
in os.environ
134
135
def
init_bigquery():
136
from
google.cloud
import
bigquery
Callers
1
init_bigquery
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected