(self, content, /, *, encoding)
| 25 | def __truediv__(self, other, /) -> Self: ... |
| 26 | def mkdir(self, *, exist_ok) -> object: ... |
| 27 | def write_text(self, content, /, *, encoding) -> object: ... |
| 28 | def write_bytes(self, content, /) -> object: ... |
| 29 | def symlink_to(self, target, /) -> object: ... |
| 30 |
no outgoing calls