MCPcopy 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
105def _normalize_path(path: Path | str) -> str:
106 return str(path).replace("\\", "/")
107
108
109def _python_records(

Callers 3

_python_recordsFunction · 0.70
_rust_recordsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected