(self)
| 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)) |
nothing calls this directly
no outgoing calls
no test coverage detected