Lines Matching defs:strong
57 def strong(text):
59 return '<strong>' + text + '</strong>'
119 <big><big><strong>{html_escape(str(etype))}</strong></big></big></font></td>
138 call = 'in ' + strong(pydoc.html.escape(func))
170 name = ('<em>%s</em> ' % where) + strong(name)
172 name = strong(name)
174 name = where + strong(name.split('.')[-1])
184 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))),