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

Method open

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

Source from the content-addressed store, hash-verified

152 self.f = None
153
154 def open(self):
155 self.f = open(self.base_path, 'rb')
156
157 def close(self):
158 self.f.close()

Callers 9

__enter__Method · 0.95
run_bm25Function · 0.80
mainFunction · 0.80
infer.pyFile · 0.80
__init__Method · 0.80
process_imageFunction · 0.80
gen_train_test_filesFunction · 0.80
process_qrecc_per_dirFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected