(self, text)
| 716 | return '<table><tr>%s</tr></table>' % result |
| 717 | |
| 718 | def grey(self, text): return '<span class="grey">%s</span>' % text |
| 719 | |
| 720 | def namelink(self, name, *dicts): |
| 721 | """Make a link for an identifier, given name-to-URL mappings.""" |
no outgoing calls
no test coverage detected