Home
last modified time | relevance | path

Searched refs:handle_comment (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/html/
H A Dparser.py284 self.handle_comment(rawdata[i+2:pos])
443 def handle_comment(self, data): member in HTMLParser
/third_party/python/Modules/
H A D_elementtree.c3061 PyObject *handle_comment; member
3471 } else if (self->handle_comment) { in expat_comment_handler()
3476 res = PyObject_CallOneArg(self->handle_comment, comment); in expat_comment_handler()
3605 self->handle_comment = self->handle_pi = self->handle_close = NULL; in xmlparser_new()
3692 self->handle_comment = PyObject_GetAttrString(target, "comment"); in _elementtree_XMLParser___init___impl()
3693 if (ignore_attribute_error(self->handle_comment)) { in _elementtree_XMLParser___init___impl()
3730 if (self->handle_comment) in _elementtree_XMLParser___init___impl()
3757 Py_VISIT(self->handle_comment); in xmlparser_gc_traverse()
3783 Py_CLEAR(self->handle_comment); in xmlparser_gc_clear()
/third_party/python/Lib/
H A D_markupbase.py174 self.handle_comment(rawdata[i+4: j])
/third_party/python/Lib/test/
H A Dtest_htmlparser.py43 def handle_comment(self, data): member in EventCollector

Completed in 9 milliseconds