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

Method __init__

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

Source from the content-addressed store, hash-verified

423
424class RandEnumShort(RandEnum):
425 def __init__(self):
426 # type: () -> None
427 RandEnum.__init__(self, 0, 2**16 - 1)
428
429
430class RandEnumSShort(RandEnum):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected