(self)
| 355 | ) |
| 356 | |
| 357 | def _list_bundle(self): |
| 358 | return { |
| 359 | os.path.join(pth.data_path(['bundle', d], environ=self.environ)) |
| 360 | for d in os.listdir( |
| 361 | pth.data_path(['bundle'], environ=self.environ), |
| 362 | ) |
| 363 | } |
| 364 | |
| 365 | def _empty_ingest(self, _wrote_to=[]): |
| 366 | """Run the nth empty ingest. |
no test coverage detected