AlkantarClanX12
Current Path : /proc/self/root/usr/lib/python3.6/site-packages/dns/__pycache__/ |
Current File : //proc/self/root/usr/lib/python3.6/site-packages/dns/__pycache__/rrset.cpython-36.pyc |
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 '