mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 18:50:20 -04:00
Add docstring
This commit is contained in:
parent
4dfc7ea358
commit
1e45edd548
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ class Network(object):
|
|||
self.alg = alg
|
||||
|
||||
def _wrap_in_jws(self, data):
|
||||
"""Wrap `JSONDeSerializable` object in JWS."""
|
||||
dumps = data.json_dumps()
|
||||
logging.debug('Serialized JSON: %s', dumps)
|
||||
return jose.JWS.sign(
|
||||
|
|
|
|||
Loading…
Reference in a new issue