()
| 127 | return "kaggle_gcp" in inspect.getsourcefile(method) |
| 128 | |
| 129 | def is_user_secrets_token_set(): |
| 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 |
no outgoing calls
no test coverage detected