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

Method __init__

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

Source from the content-addressed store, hash-verified

405
406class RandSLong(RandNum):
407 def __init__(self):
408 # type: () -> None
409 RandNum.__init__(self, -2**63, 2**63 - 1)
410
411
412class RandEnumByte(RandEnum):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected