MCPcopy 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
1139class RandUUID(RandField[uuid.UUID]):

Callers

nothing calls this directly

Calls 2

choiceMethod · 0.80
_fixMethod · 0.45

Tested by

no test coverage detected