/usr/lib/python3/dist-packages/certbot/__pycache__
Edit: /usr/lib/python3/dist-packages/certbot/__pycache__/achallenges.cpython-310.pyc (2351B)
o
6a @ sx d Z ddlZddlmZ ddlZddlmZ ddlm Z e
eZG dd dej
ZG dd d eZG d
d deZdS )a0 Client annotated ACME challenges.
Please use names such as ``achall`` to distinguish from variables "of type"
:class:`acme.challenges.Challenge` (denoted by ``chall``)
and :class:`.ChallengeBody` (denoted by ``challb``)::
from acme import challenges
from acme import messages
from certbot import achallenges
chall = challenges.DNS(token='foo')
challb = messages.ChallengeBody(chall=chall)
achall = achallenges.DNS(chall=challb, domain='example.com')
Note, that all annotated challenges act as a proxy objects::
achall.token == challb.token
N)Type)
challenges) Challengec @ s. e Zd ZU dZdZeZee e d<