Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcraze/crazyflie-lib-python
/ remove
Method
remove
cflib/crtp/radiodriver.py:223–225 ·
view source on GitHub ↗
(devid: int)
Source
from the content-addressed store, hash-verified
221
222
@staticmethod
223
def
remove(devid: int):
224
with
_RadioManager._lock:
225
_RadioManager._radios[devid] = None
226
227
228
class
RadioDriver(CRTPDriver):
Callers
5
_param_callback
Method · 0.80
remove_callback
Method · 0.80
run
Method · 0.80
remove_port_callback
Method · 0.80
_mem_update_done
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected