(self, *, follow_symlinks: bool = True)
| 56 | Methods may return cached results. |
| 57 | """ |
| 58 | def exists(self, *, follow_symlinks: bool = True) -> bool: ... |
| 59 | def is_dir(self, *, follow_symlinks: bool = True) -> bool: ... |
| 60 | def is_file(self, *, follow_symlinks: bool = True) -> bool: ... |
| 61 | def is_symlink(self) -> bool: ... |