Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ __bytes__
Method
__bytes__
scapy/volatile.py:1105–1107 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1103
return
str(self._fix())
1104
1105
def
__bytes__(self):
1106
# type: () -> bytes
1107
return
bytes_encode(self._fix())
1108
1109
1110
class
RandPool(RandField[VolatileValue[Any]]):
Callers
nothing calls this directly
Calls
2
bytes_encode
Function · 0.90
_fix
Method · 0.45
Tested by
no test coverage detected