Skip to content

Commit

Permalink
document resps param (#5695)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw committed Mar 12, 2018
1 parent 2e6d65d commit f13fdcc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions certbot/auth_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,13 @@ def _send_responses(self, aauthzrs, resps, chall_update):
:param aauthzrs: authorizations and the selected annotated challenges
to try and perform
:type aauthzrs: `list` of `AnnotatedAuthzr`
:param resps: challenge responses from the authenticator where
each response at index i corresponds to the annotated
challenge at index i in the list returned by
:func:`_get_all_achalls`
:type resps: `collections.abc.Iterable` of
:class:`~acme.challenges.ChallengeResponse` or `False` or
`None`
:param dict chall_update: parameter that is updated to hold
aauthzr index to list of outstanding solved annotated challenges
Expand Down

0 comments on commit f13fdcc

Please sign in to comment.