MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / casefold

Method casefold

tools/python-3.11.9-amd64/Lib/pathlib.py:254–255  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

252 return '', '', part
253
254 def casefold(self, s):
255 return s
256
257 def casefold_parts(self, parts):
258 return parts

Callers 2

join_parsed_partsMethod · 0.45
ismountFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected