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

Method __init__

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

Source from the content-addressed store, hash-verified

938
939class IP6Field(Field[Optional[Union[str, Net6]], bytes]):
940 def __init__(self, name, default):
941 # type: (str, Optional[str]) -> None
942 Field.__init__(self, name, default, "16s")
943
944 def h2i(self, pkt, x):
945 # type: (Optional[Packet], Any) -> str

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected