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

Method __init__

scapy/layers/bluetooth4LE.py:141–142  ·  view source on GitHub ↗
(self, name, default)

Source from the content-addressed store, hash-verified

139
140class BTLEChanMapField(XByteField):
141 def __init__(self, name, default):
142 Field.__init__(self, name, default, "<Q")
143
144 def addfield(self, pkt, s, val):
145 return s + struct.pack(self.fmt, self.i2m(pkt, val))[:5]

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected