??????????????
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 173
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 174
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 175
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 176
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 177
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 178
ó
!`Nc @ s) d Z d d l Z d d l Z d Z d Z d Z d Z d Z d Z i e d 6e d
6e d 6e d 6e d
6e d 6Z
e g e
j D] \ Z
Z e e
f ^ q Z e
j i e d 6e d 6e d 6 i e e 6e e 6Z e j d e j Z d e j j f d YZ d Z d Z d Z d S( sk DNS Rdata Classes.
@var _by_text: The rdata class textual name to value mapping
@type _by_text: dict
@var _by_value: The rdata class value to textual name mapping
@type _by_value: dict
@var _metaclasses: If an rdataclass is a metaclass, there will be a mapping
whose key is the rdatatype value and whose value is True in this dictionary.
@type _metaclasses: dicti˙˙˙˙Ni i i i iţ i˙ t RESERVED0t INt CHt HSt NONEt ANYt INTERNETt CHAOSt HESIODs CLASS([0-9]+)$t UnknownRdataclassc B s e Z d Z RS( s Raised when a class is unknown.( t __name__t
__module__t __doc__( ( ( s4 /usr/lib64/python2.7/site-packages/dns/rdataclass.pyR D s c C s t j | j } | d k r t j | } | d k rE t n t | j d } | d k sr | d k r t d q n | S( sú Convert text into a DNS rdata class value.
@param text: the text
@type text: string
@rtype: int
@raises dns.rdataclass.UnknownRdataclass: the class is unknown
@raises ValueError: the rdata class value is not >= 0 and <= 65535
i i i˙˙ s' class must be between >= 0 and <= 65535N(
t _by_textt gett uppert Nonet _unknown_class_patternt matchR t intt groupt
ValueError( t textt valueR ( ( s4 /usr/lib64/python2.7/site-packages/dns/rdataclass.pyt from_textH s c C sT | d k s | d k r' t d n t j | } | d k rP d |
} n | S( sž Convert a DNS rdata class to text.
@param value: the rdata class value
@type value: int
@rtype: string
@raises ValueError: the rdata class value is not >= 0 and <= 65535
i i˙˙ s' class must be between >= 0 and <= 65535t CLASSN( R t _by_valueR R ( R R ( ( s4 /usr/lib64/python2.7/site-packages/dns/rdataclass.pyt to_text[ s c C s t j | r t St S( sm True if the class is a metaclass.
@param rdclass: the rdata class
@type rdclass: int
@rtype: bool( t _metaclassest has_keyt Truet False( t rdclass( ( s4 /usr/lib64/python2.7/site-packages/dns/rdataclass.pyt is_metaclassj s ( R t ret
dns.exceptiont dnsR R R R R R R
t dictt iteritemst xt yR t updateR R t compilet IR t exceptiont DNSExceptionR R R R! ( ( ( s4 /usr/lib64/python2.7/site-packages/dns/rdataclass.pyt s8
1