Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ __str__
Method
__str__
scapy/packet.py:623–625 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
621
ct.punct(
">"
))
622
623
def
__str__(self):
624
# type: () -> str
625
return
self.summary()
626
627
def
__bytes__(self):
628
# type: () -> bytes
Callers
nothing calls this directly
Calls
1
summary
Method · 0.95
Tested by
no test coverage detected