Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ isdir
Method
isdir
src/_pytest/_py/path.py:483–484 · src/_pytest/_py/path.py::LocalPath.isdir
(self)
Source
from the content-addressed store, hash-verified
481
return
self.check()
482
483
def
isdir(self):
484
return
self.check(dir=1)
485
486
def
isfile(self):
487
return
self.check(file=1)
Callers
nothing calls this directly
Calls
1
check
Method · 0.95
Tested by
no test coverage detected