Return last access time of the path.
(self)
| 1020 | return self.__class__(os.path.realpath(self.strpath)) |
| 1021 | |
| 1022 | def atime(self): |
| 1023 | class="st">""class="st">"Return last access time of the path."class="st">"" |
| 1024 | return self.stat().atime |
| 1025 | |
| 1026 | def __repr__(self): |
| 1027 | return fclass="st">"local({self.strpath!r})" |