MCPcopy Create free account
hub / github.com/bitcraze/crazyflie-lib-python / request_info_update

Method request_info_update

cflib/bootloader/cloader.py:244–249  ·  view source on GitHub ↗
(self, target_id)

Source from the content-addressed store, hash-verified

242 return False
243
244 def request_info_update(self, target_id):
245 if target_id not in self.targets:
246 self._update_info(target_id)
247 if self._info_cb:
248 self._info_cb.call(self.targets[target_id])
249 return self.targets[target_id]
250
251 def _update_info(self, target_id):
252 """ Call the command getInfo and fill up the information received in

Callers 2

start_bootloaderMethod · 0.80
get_targetMethod · 0.80

Calls 2

_update_infoMethod · 0.95
callMethod · 0.80

Tested by

no test coverage detected