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

Method __init__

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

Source from the content-addressed store, hash-verified

417
418class RandEnumSByte(RandEnum):
419 def __init__(self):
420 # type: () -> None
421 RandEnum.__init__(self, -2**7, 2**7 - 1)
422
423
424class RandEnumShort(RandEnum):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected