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

Lines Matching refs:anchor

528         Each context dictionary maps object names to anchor names."""
790 mdict[key] = anchor = '#' + name + '-' + key
800 mdict[value] = anchor
868 anchor = (cl and cl.__name__ or '') + '-' + name
885 title = '<a name="%s"><strong>%s</strong></a>' % (anchor, realname)
895 anchor, name, reallink)