Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ __init__
Method
__init__
scapy/volatile.py:371–373 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
369
370
class
RandSByte(RandNum):
371
def
__init__(self):
372
# type: () -> None
373
RandNum.__init__(self, -2**7, 2**7 - 1)
374
375
376
class
RandShort(RandNum):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected