Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ joinpath
Method
joinpath
Lib/zipfile/_path/__init__.py:442–444 ·
view source on GitHub ↗
(self, *other)
Source
from the content-addressed store, hash-verified
440
return
self.__repr.format(self=self)
441
442
def
joinpath(self, *other):
443
next = posixpath.join(self.at, *other)
444
return
self._next(self.root.resolve_dir(next))
445
446
__truediv__ = joinpath
447
Callers
15
_copy_from
Method · 0.95
_compile_importlib
Method · 0.95
test_is_file_missing
Method · 0.95
test_encoding_warnings
Method · 0.95
test_open_write
Method · 0.95
test_open_extant_directory
Method · 0.95
test_open_binary_invalid_args
Method · 0.95
test_open_missing_directory
Method · 0.95
test_joinpath
Method · 0.95
test_joinpath_multiple
Method · 0.95
test_suffix_no_filename
Method · 0.95
test_is_symlink
Method · 0.95
Calls
3
_next
Method · 0.95
resolve_dir
Method · 0.80
join
Method · 0.45
Tested by
14
_compile_importlib
Method · 0.76
test_is_file_missing
Method · 0.76
test_encoding_warnings
Method · 0.76
test_open_write
Method · 0.76
test_open_extant_directory
Method · 0.76
test_open_binary_invalid_args
Method · 0.76
test_open_missing_directory
Method · 0.76
test_joinpath
Method · 0.76
test_joinpath_multiple
Method · 0.76
test_suffix_no_filename
Method · 0.76
test_is_symlink
Method · 0.76
test_relative_to
Method · 0.76