Lines Matching full:binary
2 :mod:`binascii` --- Convert between binary and ASCII
6 :synopsis: Tools for converting between binary and various ASCII-encoded binary
16 binary and various ASCII-encoded binary representations. Normally, you will not
27 Convert a single line of uuencoded data back to binary and return the binary
28 data. Lines normally contain 45 (binary) bytes, except for the last line. Line
34 Convert binary data to a line of ASCII characters, the return value is the
41 Convert a block of base64 data back to binary and return the binary data. More
47 Convert binary data to a line of ASCII characters in base64 coding. The return
56 Convert a block of quoted-printable data back to binary and return the binary
63 Convert binary data to a line(s) of ASCII characters in quoted-printable
70 encoded as well; otherwise linefeed conversion might corrupt the binary data
76 Convert binhex4 formatted ASCII data to binary, without doing RLE-decompression.
77 The string should contain a complete number of binary bytes, or (in case of the
97 Perform hexbin4 binary-to-ASCII translation and return the resulting string. The
126 the checksum in packed binary format this is not necessary as the
127 return value is the correct 32bit binary representation
144 Return the hexadecimal representation of the binary *data*. Every byte of
152 Return the binary data represented by the hexadecimal string *hexstr*. This