Home | History | Annotate | Download | only in python2.7

Lines Matching refs:decl

906         decl = title + argspec + (note and self.grey(
910 return '<dl><dt>%s</dt></dl>\n' % decl
915 return '<dl><dt>%s</dt>%s</dl>\n' % (decl, doc)
1290 decl = title + argspec + note
1293 return decl + '\n'
1296 return decl + '\n' + (doc and rstrip(self.indent(doc)) + '\n')