MCPcopy Create free account
hub / github.com/secdev/scapy / _fix

Method _fix

scapy/volatile.py:492–494  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

490 return ", ".join(self._choice)
491
492 def _fix(self):
493 # type: () -> Any
494 return random.choice(self._choice)
495
496
497_S = TypeVar("_S", bytes, str)

Callers

nothing calls this directly

Calls 1

choiceMethod · 0.80

Tested by

no test coverage detected