Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_parts
Method · 0.45
ismount
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected