(self, path: Path)
| 12 | async def write_bytes(self, path: Path, data: bytes, *, overwrite: bool) -> None: ... |
| 13 | |
| 14 | async def stat(self, path: Path) -> os.stat_result: ... |
| 15 | |
| 16 | async def listdir(self, path: Path) -> list[str]: ... |
| 17 |
no outgoing calls