Viewing File: /usr/lib64/python2.7/site-packages/dns/rdtypes/IN/PX.pyo
ó
!`Nc @ sP d d l Z d d l Z d d l Z d d l Z d e j j f d „ ƒ YZ d S( iÿÿÿÿNt PXc B s e Z d Z d d d g Z d „ Z d e d „ Z d e d „ Z e e ƒ Z d d d „ Z
d d „ Z e e ƒ Z d e d „ Z d
„ Z
RS( sø PX record.
@ivar preference: the preference value
@type preference: int
@ivar map822: the map822 name
@type map822: dns.name.Name object
@ivar mapx400: the mapx400 name
@type mapx400: dns.name.Name object
@see: RFC 2163t
preferencet map822t mapx400c C s8 t t | ƒ j | | ƒ | | _ | | _ | | _ d S( N( t superR t __init__R R R ( t selft rdclasst rdtypeR R R ( ( s7 /usr/lib64/python2.7/site-packages/dns/rdtypes/IN/PX.pyR # s c K s>