:return: Iterable[obj] A iterable of any object, that doc_to_text can handle
(self)
| 571 | return [] |
| 572 | |
| 573 | def validation_docs(self): |
| 574 | """ |
| 575 | :return: Iterable[obj] |
| 576 | A iterable of any object, that doc_to_text can handle |
| 577 | """ |
| 578 | return [] |
| 579 | |
| 580 | def test_docs(self): |
| 581 | """ |