:return: Iterable[obj] A iterable of any object, that doc_to_text can handle
(self)
| 288 | return [] |
| 289 | |
| 290 | def test_docs(self): |
| 291 | """ |
| 292 | :return: Iterable[obj] |
| 293 | A iterable of any object, that doc_to_text can handle |
| 294 | """ |
| 295 | return [] |
| 296 | |
| 297 | def fewshot_docs(self): |
| 298 | """ |
no outgoing calls
no test coverage detected