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

Class Args

ci/tools/led_timing_conversions.py:612–618  ·  view source on GitHub ↗

Parsed and resolved command-line arguments.

Source from the content-addressed store, hash-verified

610
611@dataclass
612class Args:
613 """Parsed and resolved command-line arguments."""
614
615 interactive: bool
616 datasheet: Optional[tuple[int, int, int, int]]
617 fastled: Optional[tuple[int, int, int]]
618 verbose: bool
619
620
621def create_argument_parser() -> argparse.ArgumentParser:

Callers 1

parse_argumentsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected