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

Method __exit__

ci/autoresearch_agent.py:465–468  ·  view source on GitHub ↗

Context manager exit - ensures serial connection is closed.

(self, _exc_type: object, _exc_val: object, _exc_tb: object)

Source from the content-addressed store, hash-verified

463 return self
464
465 def __exit__(self, _exc_type: object, _exc_val: object, _exc_tb: object) -> bool:
466 """Context manager exit - ensures serial connection is closed."""
467 self.close()
468 return False

Callers 1

closeMethod · 0.45

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected