MCPcopy Create free account
hub / github.com/BeastyZ/ConvSearch-R1 / __enter__

Method __enter__

index/dense/utils.py:166–168  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

164 return passage_len, passage
165
166 def __enter__(self):
167 self.open()
168 return self
169
170 def __exit__(self, type, value, traceback):
171 self.close()

Callers

nothing calls this directly

Calls 1

openMethod · 0.95

Tested by

no test coverage detected