Home
last modified time | relevance | path

Searched defs:handle_comment (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/html/
Dparser.py444 def handle_comment(self, data): member in HTMLParser
/external/python/cpython3/Lib/test/
Dtest_htmlparser.py45 def handle_comment(self, data): member in EventCollector
/external/python/cpython3/Modules/
D_elementtree.c3054 PyObject *handle_comment; member