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

Method __init__

patches/kaggle_secrets.py:47–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 GET_USER_SECRET_BY_LABEL_ENDPOINT = '/requests/GetUserSecretByLabelRequest'
46
47 def __init__(self):
48 self.web_client = KaggleWebClient()
49
50 def get_secret(self, label) -> str:
51 """Retrieves a user secret value by its label.

Callers

nothing calls this directly

Calls 1

KaggleWebClientClass · 0.90

Tested by

no test coverage detected