Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ joinpath
Method
joinpath
Lib/zipfile/_path/__init__.py:439–441 ·
view source on GitHub ↗
(self, *other)
Source
from the content-addressed store, hash-verified
437
return
self.__repr.format(self=self)
438
439
def
joinpath(self, *other):
440
next = posixpath.join(self.at, *other)
441
return
self._next(self.root.resolve_dir(next))
442
443
__truediv__ = joinpath
444
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