Exemplo n.º 1
0
 def decode(self, input, errors='strict'):
     return _codecs.__truffle_decode__(input, self.encoding, errors)
Exemplo n.º 2
0
 def _buffer_decode(self, input, errors, final):
     return _codecs.__truffle_decode__(input, self.encoding, errors, final)