<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
ž
¬ÿf  c               @   s¥   d  Z  d d l Z Gd d „  d e j ƒ Z Gd d „  d e j ƒ Z Gd d „  d e j ƒ Z Gd	 d
 „  d
 e e j ƒ Z Gd d „  d e e j ƒ Z d d „  Z d S(   u5   Python 'undefined' Codec

    This codec will always raise a ValueError exception when being
    used. It is intended for use by the site.py file to switch off
    automatic string to Unicode coercion.

Written by Marc-Andre Lemburg (mal@lemburg.com).

(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.

i    Nc             B   s2   |  Ee  Z d  Z d d d „ Z d d d „ Z d S(   u   Codecu   strictc             C   s   t  d ƒ ‚ d  S(   Nu   undefined encoding(   u   UnicodeError(   u   selfu   inputu   errors(    (    u8   /opt/alt/python33/lib64/python3.3/encodings/undefined.pyu   encode   s    u   Codec.encodec             C   s   t  d ƒ ‚ d  S(   Nu   undefined encoding(   u   UnicodeError(   u   selfu   inputu   errors(    (    u8   /opt/alt/python33/lib64/python3.3/encodings/undefined.pyu   decode   s    u   Codec.decodeN(   u   __name__u
   __module__u   __qualname__u   encodeu   decode(   u
   __locals__(    (    u8   /opt/alt/python33/lib64/python3.3/encodings/undefined.pyu   Codec   s   u   Codecc             B   s#   |  Ee  Z d  Z d d d „ Z d S(   u   IncrementalEncoderc             C   s   t  d ƒ ‚ d  S(   Nu   undefined encoding(   u   UnicodeError(   u   selfu   inputu   final(    (    u8   /opt/alt/python33/lib64/python3.3/encodings/undefined.pyu   encode   s    u   IncrementalEncoder.encodeNF(   u   __name__u
   __module__u   __qualname__u   Falseu   encode(   u
   __locals__(    (    u8   /opt/alt/python33/lib64/python3.3/encodings/undefined.pyu   IncrementalEncoder   s   u   IncrementalEncoderc             B   s#   |  Ee  Z d  Z d d d „ Z d S(   u   IncrementalDecoderc             C   s   t  d ƒ ‚ d  S(   Nu   undefined encoding(   u   UnicodeError(   u   selfu   inputu   final(    (    u8   /opt/alt/python33/lib64/python3.3/encodings/undefined.pyu   decode   s    u   IncrementalDecoder.decodeNF(   u   __name__u
   __module__u   __qualname__u   Falseu   decode(   u
   __locals__(    (    u8   /opt/alt/python33/lib64/python3.3/encodings/undefined.pyu   IncrementalDecoder   s   u   IncrementalDecoderc             B   s   |  Ee  Z d  Z d S(   u   StreamWriterN(   u   __name__u
   __module__u   __qualname__(   u
   __locals__(    (    u8   /opt/alt/python33/lib64/python3.3/encodings/undefined.pyu   StreamWriter    s   u   StreamWriterc             B   s   |  Ee  Z d  Z d S(   u   StreamReaderN(   u   __name__u
   __module__u   __qualname__(   u
   __locals__(    (    u8   /opt/alt/python33/lib64/python3.3/encodings/undefined.pyu   StreamReader#   s   u   StreamReaderc               C   s@   t  j d d d t ƒ  j d t ƒ  j d t d t d t d t ƒ S(	   Nu   nameu	   undefinedu   encodeu   decodeu   incrementalencoderu   incrementaldecoderu   streamwriteru   streamreader(	   u   codecsu	   CodecInfou   Codecu   encodeu   decodeu   IncrementalEncoderu   IncrementalDecoderu   StreamWriteru   StreamReader(    (    (    u8   /opt/alt/python33/lib64/python3.3/encodings/undefined.pyu   getregentry(   s    	u   getregentry(   u   __doc__u   codecsu   Codecu   IncrementalEncoderu   IncrementalDecoderu   StreamWriteru   StreamReaderu   getregentry(    (    (    u8   /opt/alt/python33/lib64/python3.3/encodings/undefined.pyu   <module>   s   