Skip to content

Commit

Permalink
Document the hashes parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Jul 15, 2022
1 parent 41051f5 commit c1b46c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pip/_internal/models/link.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ def __init__(
should be cached. PyPI index urls should
generally have this set to False, for
example.
:param hashes: A mapping of hash names to digests to allow us to
determine the validity of a download.
"""

# url can be a UNC windows share
Expand Down

0 comments on commit c1b46c1

Please sign in to comment.