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

Method __init__

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

Source from the content-addressed store, hash-verified

381
382class RandSShort(RandNum):
383 def __init__(self):
384 # type: () -> None
385 RandNum.__init__(self, -2**15, 2**15 - 1)
386
387
388class RandInt(RandNum):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected