(self, epilog)
| 264 | return "" |
| 265 | |
| 266 | def format_epilog(self, epilog): |
| 267 | if epilog: |
| 268 | return "\n" + self._format_text(epilog) + "\n" |
| 269 | else: |
| 270 | return "" |
| 271 | |
| 272 | |
| 273 | def expand_default(self, option): |
nothing calls this directly
no test coverage detected