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

Method __init__

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

Source from the content-addressed store, hash-verified

363
364class RandByte(RandNum):
365 def __init__(self):
366 # type: () -> None
367 RandNum.__init__(self, 0, 2**8 - 1)
368
369
370class RandSByte(RandNum):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected