main_17.py 99 B

123
  1. def pseudonymize_4(self, s):
  2. sl = len(s) / self.__byte
  3. return struct.unpack('<%dh' % sl, s)