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

Method norm

Lib/test/test_glob.py:16–17  ·  view source on GitHub ↗
(self, *parts)

Source from the content-addressed store, hash-verified

14 dir_fd = None
15
16 def norm(self, *parts):
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]

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected