MCPcopy
hub / github.com/pytest-dev/pytest / mtime

Method mtime

src/_pytest/_py/path.py:830–832  ·  src/_pytest/_py/path.py::LocalPath.mtime

Return last modification time of the path.

(self)

Source from the content-addressed store, hash-verified

828 return self.stat().size
829
830 def mtime(self) -> float:
831 class="st">""class="st">"Return last modification time of the path."class="st">""
832 return self.stat().mtime
833
834 def copy(self, target, mode=False, stat=False):
835 class="st">"""Copy path to target.

Callers

nothing calls this directly

Calls 1

statMethod · 0.95

Tested by

no test coverage detected