File: //usr/lib/python3.9/site-packages/dns/__pycache__/rdataset.cpython-39.pyc
a
�M�etA � @ s� d Z ddlZddlZddlZddlmZmZmZmZm Z m
Z
mZ ddlZ
ddlZ
ddlZ
ddlZ
ddlZ
ddlZ
ddlZ
ddlZ
ddlZ
e
jjZG dd� de
jj�ZG dd� de
jj�ZG dd � d e
jj�Ze
jjG d
d� de��Zde
e
j j!e"f e
e
j#j$e"f e%ee" e e
j&j' e e
j&j( e)e e
j&j( ed
� dd�Z*e
e
j j!e"f e
e
j#j$e"f e%eed�dd�Z+e%ee
j,j- ed�dd�Z.e%eed�dd�Z/dS )zHDNS rdatasets (an rdataset is a set of rdatas of a given type and class)� N)�Any�
Collection�Dict�List�Optional�Union�castc @ s e Zd ZdZdS )�DifferingCoversz~An attempt was made to add a DNS SIG/RRSIG whose covered type
is not the same as that of the other rdatas in the rdataset.N��__name__�
__module__�__qualname__�__doc__� r r �0/usr/lib/python3.9/site-packages/dns/rdataset.pyr '