Beispiel #1
0
 def bytes2str(self, byteobj):
     return Bytes.decode(byteobj, 'utf-8')
Beispiel #2
0
 def bytes2str(self, byteobj):
     return Bytes.decode(byteobj, 'utf-8')