Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ isfile
Method
isfile
src/_pytest/_py/path.py:486–487 · src/_pytest/_py/path.py::LocalPath.isfile
(self)
Source
from the content-addressed store, hash-verified
484
return
self.check(dir=1)
485
486
def
isfile(self):
487
return
self.check(file=1)
488
489
def
parts(self, reverse=False):
490
class
="st">"""Return a root-first list of all ancestor directories
Callers
nothing calls this directly
Calls
1
check
Method · 0.95
Tested by
no test coverage detected