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

Method __init__

ci/docker_utils/qemu_test_integration.py:24–26  ·  view source on GitHub ↗

Initialize QEMU test integration.

(self)

Source from the content-addressed store, hash-verified

22 """Integration class for Docker-based QEMU testing."""
23
24 def __init__(self):
25 """Initialize QEMU test integration."""
26 self.docker_available = self._check_docker()
27
28 def _check_docker(self) -> bool:
29 """Check if Docker is available."""

Callers

nothing calls this directly

Calls 1

_check_dockerMethod · 0.95

Tested by

no test coverage detected