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

Method __init__

scapy/layers/bluetooth.py:742–744  ·  view source on GitHub ↗
(self, _pkt=b"", val_length=2, **kwargs)

Source from the content-addressed store, hash-verified

740 length_from=lambda pkt: pkt.val_length)]
741
742 def __init__(self, _pkt=b"", val_length=2, **kwargs):
743 self.val_length = val_length
744 Packet.__init__(self, _pkt, **kwargs)
745
746 def extract_padding(self, s):
747 return b"", s

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected