ronnie
2022-10-14 1504bb53e29d3d46222c0b3ea994fc494b48e153
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
V\¬Qc@sÆdZddlZddlZdd„Zdd„Zdejfd„ƒYZdejfd    „ƒYZd
ejfd „ƒYZd eejfd „ƒYZdeej    fd„ƒYZ    d„Z
dS(s Python 'hex_codec' Codec - 2-digit hex content transfer encoding
 
    Unlike most of the other codecs which target Unicode, this codec
    will return Python string objects for both encode and decode.
 
    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.
 
    (tbinasciitb2a_hextlen(tinputterrorstoutput((s[/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/encodings/hex_codec.pyt
hex_encode s cCstj|ƒ}|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.
 
    (Rta2b_hexR(RRR((s[/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/encodings/hex_codec.pyt
hex_decodestCodeccBs eZdd„Zdd„ZRS(RcCs t||ƒS(N(R(tselfRR((s[/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/encodings/hex_codec.pytencode/scCs t||ƒS(N(R    (R RR((s[/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/encodings/hex_codec.pytdecode1s(t__name__t
__module__R R (((s[/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/encodings/hex_codec.pyR
-s tIncrementalEncodercBseZed„ZRS(cCs tj|ƒS(N(RR(R Rtfinal((s[/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/encodings/hex_codec.pyR 5s(RRtFalseR (((s[/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/encodings/hex_codec.pyR4stIncrementalDecodercBseZed„ZRS(cCs tj|ƒS(N(RR(R RR((s[/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/encodings/hex_codec.pyR :s(RRRR (((s[/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/encodings/hex_codec.pyR9st StreamWritercBseZRS((RR(((s[/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/encodings/hex_codec.pyR>st StreamReadercBseZRS((RR(((s[/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/encodings/hex_codec.pyRAscCs4tjdddtdtdtdtdtdtƒS(    NtnamethexR R tincrementalencodertincrementaldecodert streamwritert streamreader(tcodecst    CodecInfoRR    RRRR(((s[/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/encodings/hex_codec.pyt getregentryFs    ( t__doc__RRRR    R
RRRRR(((s[/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/encodings/hex_codec.pyt<module>s