(&self, vm: &VirtualMachine)
| 642 | |
| 643 | #[pygetset] |
| 644 | fn path(&self, vm: &VirtualMachine) -> PyResult { |
| 645 | Ok(self.mode.process_path(&self.pathval, vm)) |
| 646 | } |
| 647 | |
| 648 | /// Build the DirFd to use for stat calls. |
| 649 | /// If this entry was produced by fd-based scandir, use the stored dir_fd |
no test coverage detected