Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ rec
Method
rec
src/_pytest/_py/path.py:852–853 ·
view source on GitHub ↗
(p)
Source
from the content-addressed store, hash-verified
850
else
:
851
852
def
rec(p):
853
return
p.check(link=0)
854
855
for
x in self.visit(rec=rec):
856
relpath = x.relto(self)
Callers
nothing calls this directly
Calls
1
check
Method · 0.45
Tested by
no test coverage detected