![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /lib/python3.6/site-packages/dns/__pycache__/ |
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 '