MCPcopy 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
1049class 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
1055class XByteField(ByteField):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected