Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ normcase
Method
normcase
Lib/pathlib/types.py:50–50 ·
view source on GitHub ↗
(self, path: str)
Source
from the content-addressed store, hash-verified
48
def
split(self, path: str) -> tuple[str, str]: ...
49
def
splitext(self, path: str) -> tuple[str, str]: ...
50
def
normcase(self, path: str) -> str: ...
51
52
53
@runtime_checkable
Callers
15
fnmatch
Function · 0.80
filter
Function · 0.80
filterfalse
Function · 0.80
getabsfile
Function · 0.80
pathdirs
Function · 0.80
_is_stdlib_module
Method · 0.80
makepath
Function · 0.80
_samefile
Function · 0.80
which
Function · 0.80
check
Function · 0.80
_normalize_filename
Function · 0.80
namespace
Method · 0.80
Calls
no outgoing calls
Tested by
11
test_pdb_issue4201
Method · 0.64
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
_norm
Function · 0.64
test_makepath
Method · 0.64
test_getsitepackages
Method · 0.64
test_create_junction
Method · 0.64
assertPathEqual
Method · 0.64