shell bypass 403

Cubjrnet7 Shell


name : rdataclass.cpython-39.pyc
a

�M�e��@s�dZddlZddlZGdd�dejj�ZejejhZ	Gdd�dej
j�Ze
ed�dd	�Zee
d
�dd�Zeed
�dd�ZejZejZejZejZejZejZejZejZejZdS)zDNS Rdata Classes.�Nc@sdeZdZdZdZdZeZdZeZdZ	e	Z
dZdZe
dd	��Ze
d
d��Ze
dd
��Ze
dd��ZdS)�
RdataClasszDNS Rdata Classr�����cCsdS)Ni�����clsrr�2/usr/lib/python3.9/site-packages/dns/rdataclass.py�_maximum%szRdataClass._maximumcCsdS)N�classrr	rrr�_short_name)szRdataClass._short_namecCsdS)NZCLASSrr	rrr�_prefix-szRdataClass._prefixcCstS)N)�UnknownRdataclassr	rrr�_unknown_exception_class1sz#RdataClass._unknown_exception_classN)�__name__�
__module__�__qualname__�__doc__�	RESERVED0�IN�INTERNET�CH�CHAOS�HS�HESIOD�NONE�ANY�classmethodrrrrrrrrrs$


rc@seZdZdZdS)rzA DNS class is unknown.N)rrrrrrrrr9sr)�text�returncCs
t�|�S)a�Convert text into a DNS rdata class value.

    The input text can be a defined DNS RR class mnemonic or
    instance of the DNS generic class syntax.

    For example, "IN" and "CLASS1" will both result in a value of 1.

    Raises ``dns.rdatatype.UnknownRdataclass`` if the class is unknown.

    Raises ``ValueError`` if the rdata class value is not >= 0 and <= 65535.

    Returns a ``dns.rdataclass.RdataClass``.
    )r�	from_text)r rrrr"=sr")�valuer!cCs
t�|�S)aConvert a DNS rdata class value to text.

    If the value has a known mnemonic, it will be used, otherwise the
    DNS generic class syntax will be used.

    Raises ``ValueError`` if the rdata class value is not >= 0 and <= 65535.

    Returns a ``str``.
    )r�to_text)r#rrrr$Osr$)�rdclassr!cCs|tvrdSdS)z�True if the specified class is a metaclass.

    The currently defined metaclasses are ANY and NONE.

    *rdclass* is a ``dns.rdataclass.RdataClass``.
    TF)�_metaclasses)r%rrr�is_metaclass]sr')rZdns.enumZdnsZ
dns.exception�enum�IntEnumrrrr&�	exceptionZDNSExceptionr�strr"r$�boolr'rrrrrrrrrrr�<module>s"

© 2025 Cubjrnet7