(self, help_command, **kwargs)
| 408 | pass |
| 409 | |
| 410 | def doc_synopsis_end(self, help_command, **kwargs): |
| 411 | doc = help_command.doc |
| 412 | doc.style.new_paragraph() |
| 413 | |
| 414 | def doc_options_start(self, help_command, **kwargs): |
| 415 | pass |
nothing calls this directly
no test coverage detected