MCPcopy Index your code
hub / github.com/secdev/scapy / __init__

Method __init__

scapy/fields.py:1089–1091  ·  view source on GitHub ↗
(self, name, default)

Source from the content-addressed store, hash-verified

1087
1088class LEThreeBytesField(ByteField):
1089 def __init__(self, name, default):
1090 # type: (str, Optional[int]) -> None
1091 Field.__init__(self, name, default, "<I")
1092
1093 def addfield(self, pkt, s, val):
1094 # type: (Packet, bytes, Optional[int]) -> bytes

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected