MCPcopy Index your code
hub / github.com/python/cpython / __truediv__

Method __truediv__

Lib/importlib/resources/abc.py:129–133  ·  view source on GitHub ↗

Return Traversable child in self

(self, child: StrPath)

Source from the content-addressed store, hash-verified

127 return match.joinpath(*names)
128
129 def __truediv__(self, child: StrPath) -> "Traversable":
130 """
131 Return Traversable child in self
132 """
133 return self.joinpath(child)
134
135 @abc.abstractmethod
136 def open(self, mode='r', *args, **kwargs):

Callers

nothing calls this directly

Calls 1

joinpathMethod · 0.95

Tested by

no test coverage detected