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

Method load

rat-sql-gap/seq2struct/models/enc_dec.py:55–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 self.dec_preproc.save()
54
55 def load(self):
56 self.enc_preproc.load()
57 self.dec_preproc.load()
58
59 def dataset(self, section):
60 return ZippedDataset(self.enc_preproc.dataset(section), self.dec_preproc.dataset(section))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected