관리-도구
편집 파일: RP.pyc
� !`Nc @ sD d d l Z d d l Z d d l Z d e j j f d � � YZ d S( i����Nt RPc 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 RP record @ivar mbox: The responsible person's mailbox @type mbox: dns.name.Name object @ivar txt: The owner name of a node with TXT records, or the root name if no TXT records are associated with this RP. @type txt: dns.name.Name object @see: RFC 1183t mboxt txtc 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/ANY/RP.pyR s c K sD | j j | | � } | j j | | � } d t | � t | � f S( Ns %s %s( R t choose_relativityR t str( R t origint relativizet kwR R ( ( s8 /usr/lib64/python2.7/site-packages/dns/rdtypes/ANY/RP.pyt to_text% s c C sY | j � } | j � } | j | | � } | j | | � } | j � | | | | | � S( N( t get_nameR t get_eol( t clsR R t tokR R R R ( ( s8 /usr/lib64/python2.7/site-packages/dns/rdtypes/ANY/RP.pyt from_text* s c C s0 | j j | d | � | j j | d | � d S( N( R t to_wiret NoneR ( R t filet compressR ( ( s8 /usr/lib64/python2.7/site-packages/dns/rdtypes/ANY/RP.pyR 4 s c C s | j j | � | j j | � S( N( R t to_digestableR ( R R ( ( s8 /usr/lib64/python2.7/site-packages/dns/rdtypes/ANY/RP.pyR 8 s c C s� t j j | | | | � \ } } | | 7} | | 8} | d k rR t j j � n t j j | | | | � \ } } | | k r� t j j � n | d k r� | j | � } | j | � } n | | | | | � S( Ni ( t dnst namet from_wiret exceptiont FormErrorR R ( R R R t wiret currentt rdlenR R t cusedR ( ( s8 /usr/lib64/python2.7/site-packages/dns/rdtypes/ANY/RP.pyR <