(self)
| 347 | logger.info("end of features dump.\n") |
| 348 | |
| 349 | def dump(self): |
| 350 | self._get_all_date() |
| 351 | self._dump_calendars() |
| 352 | self._dump_instruments() |
| 353 | self._dump_features() |
| 354 | |
| 355 | |
| 356 | class DumpDataFix(DumpDataAll): |
nothing calls this directly
no test coverage detected