MCPcopy Create free account
hub / github.com/secdev/scapy / __init__

Method __init__

scapy/layers/l2.py:1021–1026  ·  view source on GitHub ↗
(self,
                 res=None,  # type: Optional[Union[_PacketList[QueryAnswer], List[QueryAnswer]]]  # noqa: E501
                 name="ARPing",  # type: str
                 stats=None  # type: Optional[List[Type[Packet]]]
                 )

Source from the content-addressed store, hash-verified

1019
1020class ARPingResult(SndRcvList):
1021 def __init__(self,
1022 res=None, # type: Optional[Union[_PacketList[QueryAnswer], List[QueryAnswer]]] # noqa: E501
1023 name="ARPing", # type: str
1024 stats=None # type: Optional[List[Type[Packet]]]
1025 ):
1026 SndRcvList.__init__(self, res, name, stats)
1027
1028 def show(self, *args, **kwargs):
1029 # type: (*Any, **Any) -> None

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected