Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cool-RR/PySnooper
/ __rtruediv__
Method
__rtruediv__
tests/mini_toolbox/pathlib.py:1107–1108 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
1105
return
self._make_child((key,))
1106
1107
def
__rtruediv__(self, key):
1108
return
self._from_parts([key] + self._parts)
1109
1110
if
pycompat.PY2:
1111
__div__ = __truediv__
Callers
nothing calls this directly
Calls
1
_from_parts
Method · 0.95
Tested by
no test coverage detected