Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ __init__
Method
__init__
scapy/arch/windows/native.py:238–243 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
236
desc =
"a native Layer 3 (IPv6) raw socket under Windows"
237
238
def
__init__(self, **kwargs):
239
# type: (**Any) -> None
240
super(L3WinSocket6, self).__init__(
241
ipv6=True,
242
**kwargs,
243
)
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected