(self, text)
| 671 | return '<table><tr>%s</tr></table>' % result |
| 672 | |
| 673 | def grey(self, text): return '<span class="grey">%s</span>' % text |
| 674 | |
| 675 | def namelink(self, name, *dicts): |
| 676 | """Make a link for an identifier, given name-to-URL mappings.""" |
no outgoing calls
no test coverage detected