A second initialization function, like converter_init, called just before rendering. You are permitted to examine self.function here.
(self)
| 459 | return "" |
| 460 | |
| 461 | def pre_render(self) -> None: |
| 462 | """ |
| 463 | A second initialization function, like converter_init, |
| 464 | called just before rendering. |
| 465 | You are permitted to examine self.function here. |
| 466 | """ |
| 467 | pass |
| 468 | |
| 469 | def bad_argument(self, displayname: str, expected: str, *, limited_capi: bool, expected_literal: bool = True) -> str: |
| 470 | assert '"' not in expected |