MCPcopy 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

_elt2showMethod · 0.95
summaryMethod · 0.95
nsummaryMethod · 0.95
hexrawMethod · 0.95
hexdumpMethod · 0.95
paddingMethod · 0.95
nzpaddingMethod · 0.95

Calls 1

summaryMethod · 0.45

Tested by

no test coverage detected