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

Class LEIntEnumField

scapy/fields.py:2813–2820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2811
2812
2813class LEIntEnumField(EnumField[int]):
2814 def __init__(self,
2815 name, # type: str
2816 default, # type: Optional[int]
2817 enum, # type: _EnumType[int]
2818 ):
2819 # type: (...) -> None
2820 super(LEIntEnumField, self).__init__(name, default, enum, "<I")
2821
2822
2823class XLEIntEnumField(LEIntEnumField):

Calls

no outgoing calls

Tested by

no test coverage detected