Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ normcase
Method
normcase
Lib/pathlib/types.py:49–49 ·
view source on GitHub ↗
(self, path: str)
Source
from the content-addressed store, hash-verified
47
def
split(self, path: str) -> tuple[str, str]: ...
48
def
splitext(self, path: str) -> tuple[str, str]: ...
49
def
normcase(self, path: str) -> str: ...
50
51
52
@runtime_checkable
Callers
15
fnmatch
Function · 0.80
filter
Function · 0.80
filterfalse
Function · 0.80
getabsfile
Function · 0.80
pathdirs
Function · 0.80
getdocloc
Method · 0.80
makepath
Function · 0.80
_samefile
Function · 0.80
which
Function · 0.80
check
Function · 0.80
_fullmodname
Function · 0.80
canonic
Method · 0.80
Calls
no outgoing calls
Tested by
10
setUp
Method · 0.64
test_upgrade_dependencies
Method · 0.64
pip_cmd_checker
Method · 0.64
test_glob_nested_directory
Method · 0.64
assertNormEqual
Method · 0.64
assertPathEqual
Method · 0.64
test_create_junction
Method · 0.64
_norm
Function · 0.64
test_makepath
Method · 0.64
test_getsitepackages
Method · 0.64