Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ _fix
Method
_fix
scapy/volatile.py:607–609 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
605
return
"iptemplate=%r"
% rep
606
607
def
_fix(self):
608
# type: () -> str
609
return
self.ip.choice()
610
611
612
class
RandMAC(_RandString[str]):
Callers
15
__eq__
Method · 0.45
__int__
Method · 0.45
__nonzero__
Method · 0.45
__add__
Method · 0.45
__radd__
Method · 0.45
__sub__
Method · 0.45
__rsub__
Method · 0.45
__mul__
Method · 0.45
__rmul__
Method · 0.45
__floordiv__
Method · 0.45
__lt__
Method · 0.45
__le__
Method · 0.45
Calls
1
choice
Method · 0.80
Tested by
no test coverage detected