MCPcopy Create free account
hub / github.com/FastLED/FastLED / resolve_example_path

Function resolve_example_path

ci/ci-compile-concurrent-backup.py:309–313  ·  view source on GitHub ↗
(example: str)

Source from the content-addressed store, hash-verified

307
308
309def resolve_example_path(example: str) -> Path:
310 example_path = HERE.parent / "examples" / example
311 if not example_path.exists():
312 raise FileNotFoundError(f"Example '{example}' not found at '{example_path}'")
313 return example_path
314
315
316def create_concurrent_run_args(args: argparse.Namespace) -> ConcurrentRunArgs:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected