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

Method __init__

patches/kaggle_gcp.py:83–85  ·  view source on GitHub ↗
(self, parentCredential=None, quota_project_id=None)

Source from the content-addressed store, hash-verified

81 """ Wrapper Kaggle Credentials with quota_project_id.
82 """
83 def __init__(self, parentCredential=None, quota_project_id=None):
84 super().__init__(target=parentCredential.target)
85 self._quota_project_id=quota_project_id
86
87class _DataProxyConnection(Connection):
88 """Custom Connection class used to proxy the BigQuery client to Kaggle's data proxy."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected