Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ _elt2sum
Method
_elt2sum
scapy/plist.py:97–99 ·
view source on GitHub ↗
(self, elt)
Source
from the content-addressed store, hash-verified
95
return
elt
# type: ignore
96
97
def
_elt2sum(self, elt):
98
# type: (_Inner) -> str
99
return
elt.summary()
# type: ignore
100
101
def
_elt2show(self, elt):
102
# type: (_Inner) -> str
Callers
7
_elt2show
Method · 0.95
summary
Method · 0.95
nsummary
Method · 0.95
hexraw
Method · 0.95
hexdump
Method · 0.95
padding
Method · 0.95
nzpadding
Method · 0.95
Calls
1
summary
Method · 0.45
Tested by
no test coverage detected