(self, description)
| 260 | subsequent_indent=indent) |
| 261 | |
| 262 | def format_description(self, description): |
| 263 | if description: |
| 264 | return self._format_text(description) + "\n" |
| 265 | else: |
| 266 | return "" |
| 267 | |
| 268 | def format_epilog(self, epilog): |
| 269 | if epilog: |
no test coverage detected