@ -6,7 +6,7 @@
* [bot_update ](#recipe_modules-bot_update ) (Python3 ✅) — Recipe module to ensure a checkout is consistent on a bot.
* [cipd ](#recipe_modules-cipd ) — API for interacting with CIPD.
* [depot_tools ](#recipe_modules-depot_tools ) (Python3 ✅) — The `depot_tools` module provides safe functions to access paths within the depot_tools repo.
* [gclient ](#recipe_modules-gclient )
* [gclient ](#recipe_modules-gclient ) (Python3 ✅)
* [gerrit ](#recipe_modules-gerrit ) (Python3 ✅)
* [git ](#recipe_modules-git )
* [git_cl ](#recipe_modules-git_cl ) (Python3 ✅)
@ -25,10 +25,10 @@
* [cipd:examples/platform_suffix ](#recipes-cipd_examples_platform_suffix )
* [depot_tools:examples/full ](#recipes-depot_tools_examples_full ) (Python3 ✅)
* [fetch_end_to_end_test ](#recipes-fetch_end_to_end_test )
* [gclient:examples/full ](#recipes-gclient_examples_full )
* [gclient:tests/diff_deps ](#recipes-gclient_tests_diff_deps )
* [gclient:tests/patch_project ](#recipes-gclient_tests_patch_project )
* [gclient:tests/sync_failure ](#recipes-gclient_tests_sync_failure )
* [gclient:examples/full ](#recipes-gclient_examples_full ) (Python3 ✅)
* [gclient:tests/diff_deps ](#recipes-gclient_tests_diff_deps ) (Python3 ✅)
* [gclient:tests/patch_project ](#recipes-gclient_tests_patch_project ) (Python3 ✅)
* [gclient:tests/sync_failure ](#recipes-gclient_tests_sync_failure ) (Python3 ✅)
* [gerrit:examples/full ](#recipes-gerrit_examples_full ) (Python3 ✅)
* [git:examples/full ](#recipes-git_examples_full )
* [git_cl:examples/full ](#recipes-git_cl_examples_full ) (Python3 ✅)
@ -279,13 +279,13 @@ Returns (Path): The "depot_tools" root directory.
  ** @property **< br > — **def [upload\_to\_google\_storage\_path ](/recipes/recipe_modules/depot_tools/api.py#17 )(self):**
### *recipe_modules* / [gclient ](/recipes/recipe_modules/gclient )
[DEPS ](/recipes/recipe_modules/gclient/__init__.py# 1 ): [git ](#recipe_modules-git ), [gitiles ](#recipe_modules-gitiles ), [tryserver ](#recipe_modules-tryserver ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/python][recipe_engine/recipe_modules/python], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io], [recipe\_engine/step][recipe_engine/recipe_modules/step]
[DEPS ](/recipes/recipe_modules/gclient/__init__.py# 3 ): [git ](#recipe_modules-git ), [gitiles ](#recipe_modules-gitiles ), [tryserver ](#recipe_modules-tryserver ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/python][recipe_engine/recipe_modules/python], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io], [recipe\_engine/step][recipe_engine/recipe_modules/step]
PYTHON_VERSION_COMPATIBILITY: PY2
PYTHON_VERSION_COMPATIBILITY: PY2+3
#### **class [GclientApi ](/recipes/recipe_modules/gclient/api.py#77 )([RecipeApi][recipe_engine/wkt/RecipeApi]):**
  ** @property **< br > — **def [DepsDiffException ](/recipes/recipe_modules/gclient/api.py#44 0 )(self):**
  ** @property **< br > — **def [DepsDiffException ](/recipes/recipe_modules/gclient/api.py#44 1 )(self):**
— **def [\_\_call\_\_ ](/recipes/recipe_modules/gclient/api.py#87 )(self, name, cmd, infra_step=True, \*\*kwargs):**
@ -1106,32 +1106,32 @@ PYTHON_VERSION_COMPATIBILITY: PY2
— **def [RunSteps ](/recipes/recipes/fetch_end_to_end_test.py#16 )(api):**
### *recipes* / [gclient:examples/full ](/recipes/recipe_modules/gclient/examples/full.py )
[DEPS ](/recipes/recipe_modules/gclient/examples/full.py# 5 ): [gclient ](#recipe_modules-gclient ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/step][recipe_engine/recipe_modules/step]
[DEPS ](/recipes/recipe_modules/gclient/examples/full.py# 7 ): [gclient ](#recipe_modules-gclient ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/step][recipe_engine/recipe_modules/step]
PYTHON_VERSION_COMPATIBILITY: PY2
PYTHON_VERSION_COMPATIBILITY: PY2+3
— **def [RunSteps ](/recipes/recipe_modules/gclient/examples/full.py#6 4 )(api):**
— **def [RunSteps ](/recipes/recipe_modules/gclient/examples/full.py#6 6 )(api):**
### *recipes* / [gclient:tests/diff\_deps ](/recipes/recipe_modules/gclient/tests/diff_deps.py )
[DEPS ](/recipes/recipe_modules/gclient/tests/diff_deps.py# 7 ): [gclient ](#recipe_modules-gclient ), [recipe\_engine/assertions][recipe_engine/recipe_modules/assertions], [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io]
[DEPS ](/recipes/recipe_modules/gclient/tests/diff_deps.py# 9 ): [gclient ](#recipe_modules-gclient ), [recipe\_engine/assertions][recipe_engine/recipe_modules/assertions], [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io]
PYTHON_VERSION_COMPATIBILITY: PY2
PYTHON_VERSION_COMPATIBILITY: PY2+3
— **def [RunSteps ](/recipes/recipe_modules/gclient/tests/diff_deps.py# 18 )(api):**
— **def [RunSteps ](/recipes/recipe_modules/gclient/tests/diff_deps.py# 20 )(api):**
### *recipes* / [gclient:tests/patch\_project ](/recipes/recipe_modules/gclient/tests/patch_project.py )
[DEPS ](/recipes/recipe_modules/gclient/tests/patch_project.py# 9 ): [gclient ](#recipe_modules-gclient ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/properties][recipe_engine/recipe_modules/properties]
[DEPS ](/recipes/recipe_modules/gclient/tests/patch_project.py# 11 ): [gclient ](#recipe_modules-gclient ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/properties][recipe_engine/recipe_modules/properties]
PYTHON_VERSION_COMPATIBILITY: PY2
PYTHON_VERSION_COMPATIBILITY: PY2+3
— **def [RunSteps ](/recipes/recipe_modules/gclient/tests/patch_project.py# 18 )(api):**
— **def [RunSteps ](/recipes/recipe_modules/gclient/tests/patch_project.py# 20 )(api):**
### *recipes* / [gclient:tests/sync\_failure ](/recipes/recipe_modules/gclient/tests/sync_failure.py )
[DEPS ](/recipes/recipe_modules/gclient/tests/sync_failure.py# 7 ): [gclient ](#recipe_modules-gclient ), [recipe\_engine/path][recipe_engine/recipe_modules/path]
[DEPS ](/recipes/recipe_modules/gclient/tests/sync_failure.py# 9 ): [gclient ](#recipe_modules-gclient ), [recipe\_engine/path][recipe_engine/recipe_modules/path]
PYTHON_VERSION_COMPATIBILITY: PY2
PYTHON_VERSION_COMPATIBILITY: PY2+3
— **def [RunSteps ](/recipes/recipe_modules/gclient/tests/sync_failure.py#1 3 )(api):**
— **def [RunSteps ](/recipes/recipe_modules/gclient/tests/sync_failure.py#1 5 )(api):**
### *recipes* / [gerrit:examples/full ](/recipes/recipe_modules/gerrit/examples/full.py )
[DEPS ](/recipes/recipe_modules/gerrit/examples/full.py#7 ): [gerrit ](#recipe_modules-gerrit ), [recipe\_engine/step][recipe_engine/recipe_modules/step]