(self, target, /)
| 27 | def write_text(self, content, /, *, encoding) -> object: ... |
| 28 | def write_bytes(self, content, /) -> object: ... |
| 29 | def symlink_to(self, target, /) -> object: ... |
| 30 | |
| 31 | |
| 32 | def _ensure_tree_maker(obj: str | TreeMaker) -> TreeMaker: |