| Server IP : 68.178.164.50 / Your IP : 216.73.216.142 Web Server : Apache System : Linux 50.164.178.68.host.secureserver.net 5.14.0-611.26.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 29 05:24:47 EST 2026 x86_64 User : rathinambschool ( 1053) PHP Version : 8.2.30 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/dns/__pycache__/ |
Upload File : |
a
�M�e� � @ s, d Z ddlmZ ddlZG dd� de�ZdS )zDNS name dictionary� )�MutableMappingNc sh e Zd ZdZg d�Z� fdd�Zdd� Zdd� Zd d
� Zdd� Z d
d� Z
dd� Zdd� Zdd� Z
� ZS )�NameDictz�A dictionary whose keys are dns.name.Name objects.
In addition to being like a regular Python dictionary, this
dictionary can also get the deepest match for a given key.
)� max_depth�max_depth_itemsZ__storec s6 t � �� t� | _d| _d| _| �t|i |��� d S )Nr )�super�__init__�dict�_NameDict__storer r �update)�self�args�kwargs�� __class__� �0/usr/lib/python3.9/site-packages/dns/namedict.pyr - s
zNameDict.__init__c C s>