(self, mwm_name: AnyStr)
| 494 | self.main_status.finish() |
| 495 | |
| 496 | def finish_mwm(self, mwm_name: AnyStr): |
| 497 | self.countries_meta[mwm_name]["status"].finish() |
| 498 | |
| 499 | def set_subprocess_out(self, subprocess_out: Any, country: Optional[AnyStr] = None): |
| 500 | if country is None: |