Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ _fix
Method
_fix
scapy/volatile.py:1133–1136 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1131
return
", "
.join(ret)
1132
1133
def
_fix(self):
1134
# type: () -> Any
1135
r = random.choice(self._pool)
1136
return
r._fix()
1137
1138
1139
class
RandUUID(RandField[uuid.UUID]):
Callers
nothing calls this directly
Calls
2
choice
Method · 0.80
_fix
Method · 0.45
Tested by
no test coverage detected