Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
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
as_number
Method · 0.45
Calls
1
join
Method · 0.45
Tested by
no test coverage detected