Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ __init__
Method
__init__
scapy/layers/bluetooth4LE.py:199–203 ·
view source on GitHub ↗
(self, name, default)
Source
from the content-addressed store, hash-verified
197
198
class
BTLEPhysField(FlagsField):
199
def
__init__(self, name, default):
200
super(BTLEPhysField, self).__init__(
201
name, default, -8,
202
[
'phy_1m'
,
'phy_2m'
,
'phy_coded'
]
203
)
204
205
206
##########
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected