Server IP : 162.0.232.140 / Your IP : 3.144.147.211 Web Server : LiteSpeed System : Linux premium139.web-hosting.com 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64 User : micrcvoy ( 740) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/self/root/lib/python3.6/site-packages/dns/__pycache__/ |
Upload File : |
3 �$�Wk � @ sl d Z ddlZddlZddlZddlZddlmZ G dd� dejj �Z ddd�Zd d � Zddd�Z d d� ZdS )z)DNS RRsets (an RRset is a named rdataset)� N� )�string_typesc s� e Zd ZdZddgZejjdf� fdd� Z� fdd�Z d d � Z dd� Z� fd d�Zd� fdd� Z d� fdd� Zd� fdd� Zdd� Z� ZS )�RRseta6 A DNS RRset (named rdataset). RRset inherits from Rdataset, and RRsets can be treated as Rdatasets in most cases. There are, however, a few notable exceptions. RRsets have different to_wire() and to_text() method arguments, reflecting the fact that RRsets always have an owner name. �name�deletingNc s$ t t| �j|||� || _|| _dS )zCreate a new RRset.N)�superr �__init__r r )�selfr �rdclass�rdtype�coversr )� __class__� �/usr/lib/python3.6/rrset.pyr '