(self, content, /)
| 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 | |
| 31 |
no outgoing calls