MCPcopy 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

fnmatchFunction · 0.80
filterFunction · 0.80
filterfalseFunction · 0.80
getabsfileFunction · 0.80
pathdirsFunction · 0.80
_is_stdlib_moduleMethod · 0.80
makepathFunction · 0.80
_samefileFunction · 0.80
whichFunction · 0.80
checkFunction · 0.80
_normalize_filenameFunction · 0.80
namespaceMethod · 0.80

Calls

no outgoing calls

Tested by 11

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