Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ exists
Method
exists
src/_pytest/_py/path.py:480–481 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
478
return
str(dest)
479
480
def
exists(self):
481
return
self.check()
482
483
def
isdir(self):
484
return
self.check(dir=1)
Callers
nothing calls this directly
Calls
1
check
Method · 0.95
Tested by
no test coverage detected