Файловый менеджер - Редактировать - /usr/lib/python3.9/site-packages/certbot/__pycache__/achallenges.cpython-39.pyc
�азад
a }|�g� � @ s� d Z ddlZddlmZ ddlmZ ddlZddlmZ ddl m Z e�e�Z G dd� dej�ZG d d � d e�ZG dd� de�ZG d d� de�ZdS )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)�Any)�Type)� challenges)� Challengec @ s6 e Zd ZU dZdZeZee e d<