Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ link
Method
link
src/_pytest/_py/path.py:129–131 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
127
return
self._stat()
128
129
def
link(self):
130
st = self.path.lstat()
131
return
S_ISLNK(st.mode)
132
133
134
class
NeverRaised(Exception):
Callers
nothing calls this directly
Calls
1
lstat
Method · 0.80
Tested by
no test coverage detected