(self, heading)
| 242 | raise NotImplementedError("subclasses must implement") |
| 243 | |
| 244 | def format_heading(self, heading): |
| 245 | raise NotImplementedError("subclasses must implement") |
| 246 | |
| 247 | def _format_text(self, text): |
| 248 | """ |
no outgoing calls
no test coverage detected