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

Method __enter__

ci/compiler/lock_manager.py:287–290  ·  view source on GitHub ↗

Context manager entry - acquire the lock.

(self)

Source from the content-addressed store, hash-verified

285 print(f"Warning: Failed to release platform lock: {e}")
286
287 def __enter__(self) -> "PlatformLock":
288 """Context manager entry - acquire the lock."""
289 self.acquire()
290 return self
291
292 def __exit__(
293 self,

Callers

nothing calls this directly

Calls 1

acquireMethod · 0.95

Tested by

no test coverage detected