MCPcopy 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
132def is_proxy_token_set():
133 return "KAGGLE_DATA_PROXY_TOKEN" in os.environ
134
135def init_bigquery():
136 from google.cloud import bigquery

Callers 1

init_bigqueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected