We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d417c5a commit 8c75465Copy full SHA for 8c75465
python/private/pypi/index_sources.bzl
@@ -27,10 +27,10 @@ def index_sources(line):
27
28
Returns:
29
A struct with shas attribute containing:
30
- * `shas` - a list of shas to download from pypi_index.
31
- * `version` - the version of the package.
32
- * `marker` - the marker as per PEP508 spec.
33
- * `requirement` - a requirement line without the marker. This can
+ * `shas` - list[str]; shas to download from pypi_index.
+ * `version` - str; version of the package.
+ * `marker` - str; the marker expression, as per PEP508 spec.
+ * `requirement` - str; a requirement line without the marker. This can
34
be given to `pip` to install a package.
35
"""
36
line = line.replace("\\", " ")
0 commit comments