(self)
| 306 | self.wait_for_response(self.write_request(request)) |
| 307 | |
| 308 | def _auto_write_launch(self): |
| 309 | self.write_launch( |
| 310 | variablePresentation={ |
| 311 | "all": "hide", |
| 312 | "protected": "inline", |
| 313 | } |
| 314 | ) |
| 315 | |
| 316 | def write_launch(self, **arguments): |
| 317 | return self._write_launch_or_attach("launch", **arguments) |
no test coverage detected