Ejemplo n.º 1
0
 def _fix(self):
     return corrupt_bits(self.s, self.p, self.n)
Ejemplo n.º 2
0
 def _fix(self):
     return corrupt_bits(self.s, self.p, self.n)
Ejemplo n.º 3
0
 def _fix(self):
     # type: () -> bytes
     return corrupt_bits(self.s, self.p, self.n)