Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_mtime
Method · 0.45
test_setmtime
Method · 0.45
test_error_preservation
Method · 0.45
test_copy_stat_file
Method · 0.45
Calls
no outgoing calls
Tested by
4
test_mtime
Method · 0.36
test_setmtime
Method · 0.36
test_error_preservation
Method · 0.36
test_copy_stat_file
Method · 0.36