Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ __bytes__
Method
__bytes__
scapy/layers/inet.py:396–397 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
394
return
rand_vals
395
396
def
__bytes__(self):
397
return
TCPOptionsField.i2m(None, None, self._fix())
398
399
400
class
TCPOptionsField(StrField):
Callers
nothing calls this directly
Calls
2
_fix
Method · 0.95
i2m
Method · 0.45
Tested by
no test coverage detected