MCPcopy Index your code
hub / github.com/RustPython/RustPython / norm

Method norm

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

Source from the content-addressed store, hash-verified

15 dir_fd = None
16
17 def norm(self, *parts):
18 return os.path.normpath(os.path.join(self.tempdir, *parts))
19
20 def joins(self, *tuples):
21 return [os.path.join(self.tempdir, *parts) for parts in tuples]

Callers 10

mktempMethod · 0.95
setUpMethod · 0.95
test_glob_literalMethod · 0.95
test_glob_symlinksMethod · 0.95
as_numberMethod · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected