MCPcopy Create free account
hub / github.com/awslabs/gap-text2sql / close

Method close

rat-sql-gap/seq2struct/utils/indexed_file.py:27–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25 self.index_f.write(struct.pack('<Q', offset))
26
27 def close(self):
28 self.f.close()
29 self.index_f.close()
30
31
32class IndexedFileReader(object):

Callers 3

trainMethod · 0.80
trainMethod · 0.80
logMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected