ZerethShell
File Manager
SQL Manager
/
lib
/
python3.6
/
site-packages
/
dns
/
rdtypes
/
__pycache__
nsbase.cpython-36.pyc
3 �b�W# � @ sP d Z ddlmZ ddlZddlZddlZG dd� dejj�Z G dd� de �Z dS )zNS-like base classes.� )�BytesIONc sj e Zd ZdZdgZ� fdd�Zddd�Zedd d ��Zddd�Z dd d�Z eddd��Zddd�Z� Z S )�NSBasez�Base class for rdata that is like an NS record. @ivar target: the target name of the rdata @type target: dns.name.Name object�targetc s t t| �j||� || _d S )N)�superr �__init__r )�self�rdclass�rdtyper )� __class__� �/usr/lib/python3.6/nsbase.pyr "