Mr.Combet Webshell
Your IP :
18.118.20.13
Server IP :
185.136.159.155
Server :
Linux 185-136-159-155.cprapid.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software :
Apache
PHP Version :
8.1.29
Add File :
Submit
Add Directory :
Submit
Dir :
~
/
lib64
/
python2.7
/
site-packages
/
dns
/
rdtypes
/
ANY
/
View File Name :
HINFO.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 HINFOc 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 e e � Z d � Z RS( s� HINFO record @ivar cpu: the CPU type @type cpu: string @ivar os: the OS type @type os: string @see: RFC 1035t cput osc C s/ t t | � j | | � | | _ | | _ d S( N( t superR t __init__R R ( t selft rdclasst rdtypeR R ( ( s; /usr/lib64/python2.7/site-packages/dns/rdtypes/ANY/HINFO.pyR s c K s, d t j j | j � t j j | j � f S( Ns "%s" "%s"( t dnst rdatat _escapifyR R ( R t origint relativizet kw( ( s; /usr/lib64/python2.7/site-packages/dns/rdtypes/ANY/HINFO.pyt to_text$ s c C s5 | j � } | j � } | j � | | | | | � S( N( t get_stringt get_eol( t clsR R t tokR R R R ( ( s; /usr/lib64/python2.7/site-packages/dns/rdtypes/ANY/HINFO.pyt from_text( s c C s� t | j � } | d k s! t � t | � } | j | � | j | j � t | j � } | d k sk t � t | � } | j | � | j | j � d S( Ni ( t lenR t AssertionErrort chrt writeR ( R t filet compressR t lt byte( ( s; /usr/lib64/python2.7/site-packages/dns/rdtypes/ANY/HINFO.pyt to_wire0 s c C s� t | | � } | d 7} | d 8} | | k r? t j j � n | | | | !j � } | | 7} | | 8} t | | � } | d 7} | d 8} | | k r� t j j � n | | | | !j � } | | | | | � S( Ni ( t ordR t exceptiont FormErrort unwrap( R R R t wiret currentt rdlenR R R R ( ( s; /usr/lib64/python2.7/site-packages/dns/rdtypes/ANY/HINFO.pyt from_wire<