:return: Iterable[obj] A iterable of any object, that doc_to_text can handle
(self)
| 281 | return [] |
| 282 | |
| 283 | def validation_docs(self): |
| 284 | """ |
| 285 | :return: Iterable[obj] |
| 286 | A iterable of any object, that doc_to_text can handle |
| 287 | """ |
| 288 | return [] |
| 289 | |
| 290 | def test_docs(self): |
| 291 | """ |
no outgoing calls
no test coverage detected