Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ __bytes__
Method
__bytes__
scapy/volatile.py:505–507 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
503
return
plain_str(self._fix())
504
505
def
__bytes__(self):
506
# type: () -> bytes
507
return
bytes_encode(self._fix())
508
509
def
__mul__(self, n):
510
# type: (int) -> _S
Callers
nothing calls this directly
Calls
2
bytes_encode
Function · 0.90
_fix
Method · 0.45
Tested by
no test coverage detected