MCPcopy
hub / github.com/dronekit/dronekit-python / wait_ready

Method wait_ready

dronekit/__init__.py:2460–2464  ·  view source on GitHub ↗

Block the calling thread until parameters have been downloaded

(self, **kwargs)

Source from the content-addressed store, hash-verified

2458 return False
2459
2460 def wait_ready(self, **kwargs):
2461 """
2462 Block the calling thread until parameters have been downloaded
2463 """
2464 self._vehicle.wait_ready('parameters', **kwargs)
2465
2466 def add_attribute_listener(self, attr_name, *args, **kwargs):
2467 """

Callers 4

__getitem__Method · 0.95
__setitem__Method · 0.95
getMethod · 0.95
setMethod · 0.95

Calls 1

wait_readyMethod · 0.45

Tested by

no test coverage detected