MCPcopy Index your code
hub / github.com/secdev/scapy / _fix

Method _fix

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

Source from the content-addressed store, hash-verified

154 return copy.copy(self)
155
156 def _fix(self):
157 # type: () -> _T
158 return cast(_T, None)
159
160
161class RandField(VolatileValue[_T], Generic[_T]):

Callers 5

__eq__Method · 0.95
__getattr__Method · 0.95
__str__Method · 0.95
__bytes__Method · 0.95
__len__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected