Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ __init__
Method
__init__
scapy/volatile.py:401–403 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
399
400
class
RandLong(RandNum):
401
def
__init__(self):
402
# type: () -> None
403
RandNum.__init__(self, 0, 2**64 - 1)
404
405
406
class
RandSLong(RandNum):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected