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

Method __bytes__

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

Source from the content-addressed store, hash-verified

141 return str(self._fix())
142
143 def __bytes__(self):
144 # type: () -> bytes
145 return bytes_encode(self._fix())
146
147 def __len__(self):
148 # type: () -> int

Callers

nothing calls this directly

Calls 2

_fixMethod · 0.95
bytes_encodeFunction · 0.90

Tested by

no test coverage detected