Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ __init__
Method
__init__
scapy/fields.py:1050–1052 ·
view source on GitHub ↗
(self, name, default)
Source
from the content-addressed store, hash-verified
1048
1049
class
ByteField(Field[int, int]):
1050
def
__init__(self, name, default):
1051
# type: (str, Optional[int]) -> None
1052
Field.__init__(self, name, default,
"B"
)
1053
1054
1055
class
XByteField(ByteField):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected