MCPcopy 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
228class RadioDriver(CRTPDriver):

Callers 5

_param_callbackMethod · 0.80
remove_callbackMethod · 0.80
runMethod · 0.80
remove_port_callbackMethod · 0.80
_mem_update_doneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected