|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /proc/17567/root/usr/lib64/python2.7/site-packages/dns/rdtypes/ANY/ |
Upload File : |
�
!`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 <