(self, text)
| 652 | return '<table><tr>%s</tr></table>' % result |
| 653 | |
| 654 | def grey(self, text): return '<span class="grey">%s</span>' % text |
| 655 | |
| 656 | def namelink(self, name, *dicts): |
| 657 | """Make a link for an identifier, given name-to-URL mappings.""" |
no outgoing calls
no test coverage detected