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/markdown/markdown/ |
| D | htmlparser.py | 236 def handle_comment(self, data): member in HTMLExtractor
|
| /external/python/cpython3/Lib/html/ |
| D | parser.py | 450 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/python/cpython2/Modules/ |
| D | _elementtree.c | 2074 PyObject* handle_comment; member
|
| /external/python/cpython3/Modules/ |
| D | _elementtree.c | 3073 PyObject *handle_comment; member
|