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

Method connect

ci/util/serial_interface.py:112–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110 )
111
112 async def connect(self) -> None:
113 self._monitor.__enter__()
114
115 async def close(self) -> None:
116 self._monitor.__exit__(None, None, None)

Callers

nothing calls this directly

Calls 1

__enter__Method · 0.45

Tested by

no test coverage detected