MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / __exit__

Method __exit__

codeclash/analysis/llm_as_judge/utils.py:20–24  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

18 return self
19
20 def __exit__(self, exc_type, exc_val, exc_tb):
21 if self.lock_file:
22 fcntl.flock(self.lock_file.fileno(), fcntl.LOCK_UN)
23 self.lock_file.close()
24 return False
25
26
27class Instance(BaseModel):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected