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

Method __init__

scapy/fields.py:1004–1006  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

1002
1003class SourceIP6Field(IP6Field):
1004 def __init__(self, name):
1005 # type: (str) -> None
1006 IP6Field.__init__(self, name, None)
1007
1008 def __findaddr(self, pkt):
1009 # type: (Packet) -> Optional[str]

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected