(self, args)
| 678 | |
| 679 | |
| 680 | def start_infostring(self, args): |
| 681 | # like a string, but lets them embed page no, author etc. |
| 682 | self.start_string(args) |
| 683 | self._curString.hasInfo = 1 |
| 684 | |
| 685 | |
| 686 | def end_infostring(self): |
nothing calls this directly
no test coverage detected