(self, *args, **kwargs)
| 89 | |
| 90 | class WaiterDocstring(LazyLoadedDocstring): |
| 91 | def _write_docstring(self, *args, **kwargs): |
| 92 | document_wait_method(*args, **kwargs) |
| 93 | |
| 94 | |
| 95 | class PaginatorDocstring(LazyLoadedDocstring): |
nothing calls this directly
no test coverage detected