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

Method __init__

patches/kaggle_secrets.py:30–32  ·  view source on GitHub ↗
(self, target, service)

Source from the content-addressed store, hash-verified

28 CLOUDAI = (3, "Google Cloud AI Platform")
29
30 def __init__(self, target, service):
31 self._target = target
32 self._service = service
33
34 @property
35 def target(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected