Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ __init__
Method
__init__
scapy/fields.py:761–763 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
759
""
"
760
761
def
__init__(self, *args, **kwargs):
762
# type: (*Any, **Any) -> None
763
super(FCSField, self).__init__(Field(*args, **kwargs))
764
765
def
i2repr(self, pkt, x):
766
# type: (Optional[Packet], int) -> str
Callers
nothing calls this directly
Calls
2
Field
Class · 0.85
__init__
Method · 0.45
Tested by
no test coverage detected