Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ __div__
Method
__div__
src/_pytest/_py/path.py:337–338 · src/_pytest/_py/path.py::LocalPath.__div__
(self, other)
Source
from the content-addressed store, hash-verified
335
error.checked_call(os.symlink, target, self.strpath)
336
337
def
__div__(self, other):
338
return
self.join(os.fspath(other))
339
340
__truediv__ = __div__
class
="cm"># py3k
341
Callers
nothing calls this directly
Calls
2
join
Method · 0.95
fspath
Method · 0.80
Tested by
no test coverage detected