D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib64
/
python2.7
/
site-packages
/
dns
/
rdtypes
/
Filename :
mxbase.pyo
back
Copy
� !`Nc @ s� d Z d d l Z d d l Z d d l Z d d l Z d d l Z d e j j f d � � YZ d e f d � � YZ d e f d � � YZ d S( s MX-like base classes.i����Nt MXBasec B s� e Z d Z d d g Z d � Z d e d � Z d e d � Z e e � Z d d d � Z d d � Z d d � Z e e � Z d e d � Z d � Z RS( s� Base class for rdata that is like an MX record. @ivar preference: the preference value @type preference: int @ivar exchange: the exchange name @type exchange: dns.name.Name objectt preferencet exchangec C s/ t t | � j | | � | | _ | | _ d S( N( t superR t __init__R R ( t selft rdclasst rdtypeR R ( ( s8 /usr/lib64/python2.7/site-packages/dns/rdtypes/mxbase.pyR # s c K s&