(self)
| 152 | return (self / name for name in os.listdir(self)) |
| 153 | |
| 154 | def readlink(self): |
| 155 | return self.with_segments(os.readlink(self)) |
| 156 | |
| 157 | |
| 158 | class WritableLocalPath(_WritablePath, LexicalPath): |
nothing calls this directly
no test coverage detected