MCPcopy 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_fromMethod · 0.95
_compile_importlibMethod · 0.95
test_is_file_missingMethod · 0.95
test_open_writeMethod · 0.95
test_joinpathMethod · 0.95
test_is_symlinkMethod · 0.95

Calls 3

_nextMethod · 0.95
resolve_dirMethod · 0.80
joinMethod · 0.45

Tested by 14

_compile_importlibMethod · 0.76
test_is_file_missingMethod · 0.76
test_open_writeMethod · 0.76
test_joinpathMethod · 0.76
test_is_symlinkMethod · 0.76
test_relative_toMethod · 0.76