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

Method __init__

scapy/layers/inet6.py:2458–2459  ·  view source on GitHub ↗
(self, name, default)

Source from the content-addressed store, hash-verified

2456
2457class NIQueryDataField(StrField):
2458 def __init__(self, name, default):
2459 StrField.__init__(self, name, default)
2460
2461 def i2h(self, pkt, x):
2462 if x is None:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected