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

Method stat

src/_pytest/_py/path.py:962–962  ·  src/_pytest/_py/path.py::LocalPath.stat
(self, raising: Literal[True] = ...)

Source from the content-addressed store, hash-verified

960
961 @overload
962 def stat(self, raising: Literal[True] = ...) -> Stat: ...
963
964 @overload
965 def stat(self, raising: Literal[False]) -> Stat | None: ...

Callers 15

sizeMethod · 0.95
mtimeMethod · 0.95
atimeMethod · 0.95
chmod_rwFunction · 0.80
ensure_deletableFunction · 0.80
_get_increasing_orderMethod · 0.80
cacheshowFunction · 0.80
getbasetempMethod · 0.80
_rewrite_testFunction · 0.80
_read_pycFunction · 0.80
_statMethod · 0.80

Calls 2

StatClass · 0.85
checked_callMethod · 0.80