(self, **arguments)
| 314 | ) |
| 315 | |
| 316 | def write_launch(self, **arguments): |
| 317 | return self._write_launch_or_attach("launch", **arguments) |
| 318 | |
| 319 | def write_attach(self, **arguments): |
| 320 | return self._write_launch_or_attach("attach", **arguments) |
no test coverage detected