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