Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
class
IndexedFileReader(object):
Callers
3
train
Method · 0.80
train
Method · 0.80
log
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected