Searched defs:handle_comment (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Lib/ |
D | sgmllib.py | 443 def handle_comment(self, data): member in SGMLParser 478 def handle_comment(self, data): member in TestSGMLParser
|
D | xmllib.py | 786 def handle_comment(self, data): member in XMLParser 838 def handle_comment(self, data): member in TestXMLParser
|
D | HTMLParser.py | 431 def handle_comment(self, data): member in HTMLParser
|
/external/python/cpython3/Lib/html/ |
D | parser.py | 451 def handle_comment(self, data): member in HTMLParser
|
/external/python/cpython2/Lib/test/ |
D | test_sgmllib.py | 40 def handle_comment(self, data): member in EventCollector
|
D | test_htmlparser.py | 44 def handle_comment(self, data): member in EventCollector
|
/external/python/cpython3/Lib/test/ |
D | test_htmlparser.py | 43 def handle_comment(self, data): member in EventCollector
|
/external/autotest/site_utils/rpm_control_system/ |
D | BeautifulSoup.py | 1391 def handle_comment(self, text): member in BeautifulStoneSoup
|
/external/python/cpython2/Modules/ |
D | _elementtree.c | 2074 PyObject* handle_comment; member
|
/external/python/cpython3/Modules/ |
D | _elementtree.c | 2808 PyObject *handle_comment; member
|