Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ joinpath
Method
joinpath
Lib/importlib/metadata/__init__.py:842–843 ·
view source on GitHub ↗
(self, child)
Source
from the content-addressed store, hash-verified
840
self.root = root
841
842
def
joinpath(self, child):
843
return
pathlib.Path(self.root, child)
844
845
def
children(self):
846
with
suppress(Exception):
Callers
2
__init__
Method · 0.45
read_text
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected