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

Method joins

Lib/test/test_glob.py:19–20  ·  view source on GitHub ↗
(self, *tuples)

Source from the content-addressed store, hash-verified

17 return os.path.normpath(os.path.join(self.tempdir, *parts))
18
19 def joins(self, *tuples):
20 return [os.path.join(self.tempdir, *parts) for parts in tuples]
21
22 def mktemp(self, *parts):
23 filename = self.norm(*parts)

Callers 3

test_hidden_globMethod · 0.95
test_recursive_globMethod · 0.95

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected