Lines Matching defs:decode
370 def decode(self, data):
379 # decode xml element contents into a DateTime structure.
381 value.decode(data)
419 def decode(self, data):
425 out.write(encoded.decode('ascii'))
429 # decode xml element contents into a Binary structure
431 value.decode(data)
576 write(encoded.decode('ascii'))
767 data = data.decode(self._encoding)
793 value.decode(data.encode("ascii"))
802 value.decode(data)
825 data = data.decode(self._encoding)
1059 # @keyparam max_decode Maximum bytes to decode (20 MiB default), use negative
1092 """a file-like object to decode a response encoded with the gzip
1141 # that they can decode such a request
1233 auth = base64.encodebytes(auth).decode("utf-8")