Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ __bytes__
Method
__bytes__
scapy/packet.py:627–629 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
625
return
self.summary()
626
627
def
__bytes__(self):
628
# type: () -> bytes
629
return
self.build()
630
631
def
__div__(self, other):
632
# type: (Any) -> Self
Callers
1
__len__
Method · 0.95
Calls
1
build
Method · 0.95
Tested by
no test coverage detected