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