MCPcopy Index your code
hub / github.com/secdev/scapy / hexstr

Method hexstr

scapy/packet.py:866–868  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

864# backcolor=makecol(0.376, 0.729, 0.525, 1.0)
865
866 def hexstr(x):
867 # type: (bytes) -> str
868 return " ".join("%02x" % orb(c) for c in x)
869
870 def make_dump_txt(x, y, txt):
871 # type: (int, float, bytes) -> pyx.text.text

Callers

nothing calls this directly

Calls 2

orbFunction · 0.90
joinMethod · 0.80

Tested by

no test coverage detected