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

Function init

patches/kaggle_gcp.py:347–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345 return vision
346
347def init():
348 init_bigquery()
349 init_gcs()
350 init_translation_v2()
351 init_translation_v3()
352 init_natural_language()
353 init_video_intelligence()
354 init_vision()
355 init_ucaip()
356
357# We need to initialize the monkeypatching of the client libraries
358# here since there is a circular dependency between our import hook version

Callers 1

kaggle_gcp.pyFile · 0.85

Calls 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_video_intelligenceFunction · 0.85
init_visionFunction · 0.85
init_ucaipFunction · 0.85

Tested by

no test coverage detected