Get worker config from worker dict
(self, worker_id: str)
| 122 | return self.workers |
| 123 | |
| 124 | def get_worker_config(self, worker_id: str): |
| 125 | """Get worker config from worker dict""" |
| 126 | return self.workers[worker_id] |
| 127 | |
| 128 | def get_worker(self, worker_id: str): |
| 129 | """Initialize a working interactable standalone worker""" |