Skip to content

Commit 89f5534

Browse files
committed
comment: add docstring
1 parent ae9d120 commit 89f5534

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

examples/bzlmod/MODULE.bazel.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/private/pypi/extension.bzl

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,15 @@ def _create_whl_repos(
7777
"""create all of the whl repositories
7878
7979
Args:
80-
module_ctx: TODO
81-
pip_attr: TODO
82-
whl_map: TODO
83-
whl_overrides: TODO
84-
group_map: TODO
85-
simpleapi_cache: TODO
86-
exposed_packages: TODO
87-
whl_libraries: TODO
80+
module_ctx: {type}`module_ctx`.
81+
pip_attr: {type}`struct` - the struct that comes from the tag class iteration.
82+
whl_overrides: {type}`dict[str, struct]` - per-wheel overrides.
83+
simpleapi_cache: {type}`dict` - an opaque dictionary used for caching the results from calling
84+
SimpleAPI evaluating all of the tag class invocations {bzl:obj}`pip.parse`.
85+
whl_map: {type}`dict` - one of the outputs of the function.
86+
group_map: {type}`dict` - one of the outputs of the function.
87+
exposed_packages: {type}`dict[str, list]` - one of the outputs of the function.
88+
whl_libraries: {type}`dict` - one of the outputs of the function.
8889
simpleapi_download: Used for testing overrides
8990
available_interpreters: {type}`dict[str, Label]` The dictionary of available
9091
interpreters that have been registered using the `python` bzlmod extension.

0 commit comments

Comments
 (0)