Lines Matching refs:decl
906 decl = title + argspec + (note and self.grey(910 return '<dl><dt>%s</dt></dl>\n' % decl915 return '<dl><dt>%s</dt>%s</dl>\n' % (decl, doc)1290 decl = title + argspec + note1293 return decl + '\n'1296 return decl + '\n' + (doc and rstrip(self.indent(doc)) + '\n')