Lines Matching refs:note
1030 note = ''
1036 note = ' from ' + self.classlink(imclass, mod)
1039 note = ' method of %s instance' % self.classlink(
1042 note = ' unbound %s method' % self.classlink(imclass,mod)
1078 decl = asyncqualifier + title + self.escape(argspec) + (note and
1079 self.grey('<span class="heading-text">%s</span>' % note))
1464 note = ''
1470 note = ' from ' + classname(imclass, mod)
1473 note = ' method of %s instance' % classname(
1476 note = ' unbound %s method' % classname(imclass,mod)
1507 decl = asyncqualifier + title + argspec + note