Home
last modified time | relevance | path

Searched refs:anchor_bgn (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_htmllib.py16 def anchor_bgn(self, *args): member in AnchorCollector
/external/selinux/gui/
Dhtml_util.py96 def anchor_bgn(self, href, name, type): member in HTMLParserAnchor
/external/python/cpython2/Lib/
Dhtmllib.py101 def anchor_bgn(self, href, name, type): member in HTMLParser
395 self.anchor_bgn(href, name, type)
/external/python/cpython2/Doc/library/
Dhtmllib.rst120 .. method:: HTMLParser.anchor_bgn(href, name, type)
133 hyperlinks created by :meth:`anchor_bgn`.