(self, section)
| 88 | ).document_client(section) |
| 89 | |
| 90 | def client_exceptions(self, section): |
| 91 | ClientExceptionsDocumenter( |
| 92 | self._client, self._root_docs_path |
| 93 | ).document_exceptions(section) |
| 94 | |
| 95 | def paginator_api(self, section): |
| 96 | try: |
no test coverage detected