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

Method __aexit__

ci/rpc_client.py:736–740  ·  view source on GitHub ↗

Async context manager exit - closes connection.

(
        self, _exc_type: type | None, _exc_val: Exception | None, _exc_tb: object
    )

Source from the content-addressed store, hash-verified

734 return self
735
736 async def __aexit__(
737 self, _exc_type: type | None, _exc_val: Exception | None, _exc_tb: object
738 ) -> None:
739 """Async context manager exit - closes connection."""
740 await self.close()

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected