Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ _fix
Method
_fix
scapy/volatile.py:538–543 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
536
return
ret
537
538
def
_fix(self):
539
# type: () -> str
540
s =
""
541
for
_ in range(int(self.size)):
542
s += random.choice(self.chars)
543
return
s
544
545
546
class
RandBin(_RandString[bytes]):
Callers
nothing calls this directly
Calls
1
choice
Method · 0.80
Tested by
no test coverage detected