MCPcopy Index your code
hub / github.com/python/cpython / joinpath

Method joinpath

Lib/test/test_getpath.py:1023–1024  ·  view source on GitHub ↗
(self, *path)

Source from the content-addressed store, hash-verified

1021 return path in self._files and path.rpartition(".")[2] == "exe".casefold()
1022
1023 def joinpath(self, *path):
1024 return ntpath.normpath(ntpath.join(*path))
1025
1026 def readlines(self, path):
1027 try:

Callers 15

abspathMethod · 0.95
test_read_bytesMethod · 0.45
test_read_textMethod · 0.45
test_module_resourcesMethod · 0.45
executeMethod · 0.45
test_is_fileMethod · 0.45
test_is_dirMethod · 0.45
test_resource_missingMethod · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected