%PDF- %PDF-
Direktori : /lib/python3/dist-packages/dns/__pycache__/ |
Current File : //lib/python3/dist-packages/dns/__pycache__/set.cpython-312.pyc |
� 5��e�# � � � d dl Z G d� d� Zy)� Nc � � e Zd ZdZdgZd*d�Zd� Zd� Zd� Zd� Z d � Z d+d �Zd� Zd� Z d � Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Z d � Z!d!� Z"d"� Z#d#� Z$d$� Z%d%� Z&d&� Z'd'� Z(d(� Z)d)� Z*y),�Seta! A simple set class. This class was originally used to deal with sets being missing in ancient versions of python, but dnspython will continue to use it as these sets are based on lists and are thus indexable, and this ability is widely used in dnspython applications. �itemsNc �X � t � | _ |�|D ] }| j |� � yy)zaInitialize the set. *items*, an iterable or ``None``, the initial set of items. N)�dictr �add)�selfr �items �)/usr/lib/python3/dist-packages/dns/set.py�__init__zSet.__init__ s4 � � �V�� ���� �� ����� � � c �` � dt t | j j � � � z S )Nzdns.set.Set(%s))�repr�listr �keys�r s r �__repr__zSet.__repr__- s"