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

Method __int__

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

Source from the content-addressed store, hash-verified

169 """Implements integer management in RandField"""
170
171 def __int__(self):
172 # type: () -> int
173 return int(self._fix())
174
175 def __index__(self):
176 # type: () -> int

Callers

nothing calls this directly

Calls 1

_fixMethod · 0.45

Tested by

no test coverage detected