(self, path: Path)
| 20 | async def mkdir(self, path: Path, *, parents: bool) -> None: ... |
| 21 | |
| 22 | async def remove(self, path: Path) -> None: ... |
| 23 | |
| 24 | async def rename(self, old: Path, new: Path) -> None: ... |
| 25 |
no outgoing calls
no test coverage detected