Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ _normalize_path
Function
_normalize_path
ci/lint_cpp/test_rust_parity.py:105–106 ·
view source on GitHub ↗
(path: Path | str)
Source
from the content-addressed store, hash-verified
103
104
105
def
_normalize_path(path: Path | str) -> str:
106
return
str(path).replace(
"\\"
,
"/"
)
107
108
109
def
_python_records(
Callers
3
_python_records
Function · 0.70
_rust_records
Function · 0.70
test_rust_checker_matches_python_oracle
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected