MCPcopy Create free account
hub / github.com/Kaggle/docker-python / is_user_secrets_token_set

Function is_user_secrets_token_set

patches/kaggle_gcp.py:129–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 return "kaggle_gcp" in inspect.getsourcefile(method)
128
129def is_user_secrets_token_set():
130 return "KAGGLE_USER_SECRETS_TOKEN" in os.environ
131
132def is_proxy_token_set():
133 return "KAGGLE_DATA_PROXY_TOKEN" in os.environ

Callers 8

init_bigqueryFunction · 0.85
init_gcsFunction · 0.85
init_translation_v2Function · 0.85
init_translation_v3Function · 0.85
init_natural_languageFunction · 0.85
init_ucaipFunction · 0.85
init_video_intelligenceFunction · 0.85
init_visionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected