Server IP : 217.21.91.109 / Your IP : 216.73.216.64 Web Server : LiteSpeed System : Linux in-mum-web830.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : u903744608 ( 903744608) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /etc/fonts/../my.cnf.d/../../../opt/../../lib64/python2.7/encodings/ |
[ Home ] | [ C0mmand ] | [ Upload File ] | [ Lock Shell ] | [ Logout ] |
---|
� {fc@s�dZddlZddlZdd�Zdd�Zdejfd��YZdejfd ��YZd ejfd��YZdeejfd ��YZdeej fd��YZ d�Z dS(s2 Python 'bz2_codec' Codec - bz2 compression encoding Unlike most of the other codecs which target Unicode, this codec will return Python string objects for both encode and decode. Adapted by Raymond Hettinger from zlib_codec.py which was written by Marc-Andre Lemburg (mal@lemburg.com). i����NtstrictcCstj|�}|t|�fS(s Encodes the object input and returns a tuple (output object, length consumed). errors defines the error handling to apply. It defaults to 'strict' handling which is the only currently supported error handling for this codec. (tbz2tcompresstlen(tinputterrorstoutput((s+/usr/lib64/python2.7/encodings/bz2_codec.pyt bz2_encodescCstj|�}|t|�fS(s� Decodes the object input and returns a tuple (output object, length consumed). input must be an object which provides the bf_getreadbuf buffer slot. Python strings, buffer objects and memory mapped files are examples of objects providing this slot. errors defines the error handling to apply. It defaults to 'strict' handling which is the only currently supported error handling for this codec. (Rt decompressR(RRR((s+/usr/lib64/python2.7/encodings/bz2_codec.pyt bz2_decodestCodeccBs eZdd�Zdd�ZRS(RcCs t||�S(N(R(tselfRR((s+/usr/lib64/python2.7/encodings/bz2_codec.pytencode1scCs t||�S(N(R (RRR((s+/usr/lib64/python2.7/encodings/bz2_codec.pytdecode3s(t__name__t __module__RR (((s+/usr/lib64/python2.7/encodings/bz2_codec.pyR /stIncrementalEncodercBs)eZdd�Zed�Zd�ZRS(RcCs||_tj�|_dS(N(RRt BZ2Compressortcompressobj(RR((s+/usr/lib64/python2.7/encodings/bz2_codec.pyt__init__7s cCs=|r)|jj|�}||jj�S|jj|�SdS(N(RRtflush(RRtfinaltc((s+/usr/lib64/python2.7/encodings/bz2_codec.pyR<scCstj�|_dS(N(RRR(R((s+/usr/lib64/python2.7/encodings/bz2_codec.pytresetCs(RRRtFalseRR(((s+/usr/lib64/python2.7/encodings/bz2_codec.pyR6stIncrementalDecodercBs)eZdd�Zed�Zd�ZRS(RcCs||_tj�|_dS(N(RRtBZ2Decompressort decompressobj(RR((s+/usr/lib64/python2.7/encodings/bz2_codec.pyRGs cCs-y|jj|�SWntk r(dSXdS(Nt(RRtEOFError(RRR((s+/usr/lib64/python2.7/encodings/bz2_codec.pyR Ls cCstj�|_dS(N(RRR(R((s+/usr/lib64/python2.7/encodings/bz2_codec.pyRRs(RRRRR R(((s+/usr/lib64/python2.7/encodings/bz2_codec.pyRFstStreamWritercBseZRS((RR(((s+/usr/lib64/python2.7/encodings/bz2_codec.pyRUstStreamReadercBseZRS((RR(((s+/usr/lib64/python2.7/encodings/bz2_codec.pyRXscCs:tjdddtdtdtdtdtdtd t�S( NtnameRRR tincrementalencodertincrementaldecodertstreamwritertstreamreadert_is_text_encoding( tcodecst CodecInfoRR RRRRR(((s+/usr/lib64/python2.7/encodings/bz2_codec.pytgetregentry]s (t__doc__R&RRR R RRRRR((((s+/usr/lib64/python2.7/encodings/bz2_codec.pyt<module> s