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

Method mtime

src/_pytest/_py/path.py:210–210  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

208
209 @property
210 def mtime(self) -> float: ...
211
212 def __getattr__(self, name: str) -> Any:
213 return getattr(self._osstatresult, "st_" + name)

Callers 4

test_mtimeMethod · 0.45
test_setmtimeMethod · 0.45
test_copy_stat_fileMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_mtimeMethod · 0.36
test_setmtimeMethod · 0.36
test_copy_stat_fileMethod · 0.36