MCPcopy Index your code
hub / github.com/secdev/scapy / _fix

Method _fix

scapy/volatile.py:1416–1418  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1414 return ", ".join(ret)
1415
1416 def _fix(self):
1417 # type: () -> bytes
1418 return corrupt_bytes(self.s, self.p, self.n)
1419
1420
1421class CorruptedBits(CorruptedBytes):

Callers

nothing calls this directly

Calls 1

corrupt_bytesFunction · 0.90

Tested by

no test coverage detected