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

Method close

ci/autoresearch_agent.py:456–459  ·  view source on GitHub ↗

Close serial connection.

(self)

Source from the content-addressed store, hash-verified

454 return self.send_rpc("reset")
455
456 def close(self):
457 """Close serial connection."""
458 if self._monitor:
459 self._monitor.__exit__(None, None, None)
460
461 def __enter__(self):
462 """Context manager entry."""

Callers 2

run_autoresearch_loopFunction · 0.95
__exit__Method · 0.95

Calls 1

__exit__Method · 0.45

Tested by

no test coverage detected