Example #1
0
 def decode(self, input, errors='strict'):
     return _codecs.__truffle_decode(input, self.encoding, errors)
Example #2
0
 def _buffer_decode(self, input, errors, final):
     return _codecs.__truffle_decode(input, self.encoding, errors, final)