MCPcopy 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

fnmatchFunction · 0.80
filterFunction · 0.80
filterfalseFunction · 0.80
getabsfileFunction · 0.80
pathdirsFunction · 0.80
getdoclocMethod · 0.80
makepathFunction · 0.80
_samefileFunction · 0.80
whichFunction · 0.80
checkFunction · 0.80
_fullmodnameFunction · 0.80
canonicMethod · 0.80

Calls

no outgoing calls

Tested by 10

setUpMethod · 0.64
pip_cmd_checkerMethod · 0.64
assertNormEqualMethod · 0.64
assertPathEqualMethod · 0.64
test_create_junctionMethod · 0.64
_normFunction · 0.64
test_makepathMethod · 0.64
test_getsitepackagesMethod · 0.64