(self)
| 90 | ] |
| 91 | |
| 92 | async def down(self) -> Tuple[int, str, str]: |
| 93 | return await self.run_command("down", "--volumes") |
| 94 | |
| 95 | async def pull(self) -> Tuple[int, str, str]: |
| 96 | return await self.run_command("pull") |
nothing calls this directly
no test coverage detected