:return: Iterable[obj] A iterable of any object, that doc_to_text can handle
(self)
| 578 | return [] |
| 579 | |
| 580 | def test_docs(self): |
| 581 | """ |
| 582 | :return: Iterable[obj] |
| 583 | A iterable of any object, that doc_to_text can handle |
| 584 | """ |
| 585 | return [] |
| 586 | |
| 587 | def _process_doc(self, doc): |
| 588 | """ |