Block the calling thread until parameters have been downloaded
(self, **kwargs)
| 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 | """ |
no test coverage detected