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

Method __aenter__

ci/rpc_client.py:731–734  ·  view source on GitHub ↗

Async context manager entry - connects to device.

(self)

Source from the content-addressed store, hash-verified

729 raise KeyboardInterrupt()
730
731 async def __aenter__(self) -> "RpcClient":
732 """Async context manager entry - connects to device."""
733 await self.connect()
734 return self
735
736 async def __aexit__(
737 self, _exc_type: type | None, _exc_val: Exception | None, _exc_tb: object

Callers

nothing calls this directly

Calls 1

connectMethod · 0.95

Tested by

no test coverage detected