Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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]
Callers
9
mktemp
Method · 0.95
setUp
Method · 0.95
test_glob_literal
Method · 0.95
test_glob_nested_directory
Method · 0.95
test_glob_directory_names
Method · 0.95
test_glob_directory_with_trailing_slash
Method · 0.95
test_glob_bytes_directory_with_trailing_slash
Method · 0.95
test_glob_symlinks
Method · 0.95
test_glob_broken_symlinks
Method · 0.95
Calls
1
join
Method · 0.45
Tested by
no test coverage detected