Home
last modified time | relevance | path

Searched refs:handle_comment (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/
DHTMLParser.py266 self.handle_comment(rawdata[i+2:pos])
431 def handle_comment(self, data): member in HTMLParser
Dsgmllib.py443 def handle_comment(self, data): member in SGMLParser
478 def handle_comment(self, data): member in TestSGMLParser
Dxmllib.py440 self.handle_comment(rawdata[i+4: res.start(0)])
786 def handle_comment(self, data): member in XMLParser
838 def handle_comment(self, data): member in TestXMLParser
Dmarkupbase.py178 self.handle_comment(rawdata[i+4: j])
/external/python/cpython2/Modules/
D_elementtree.c2031 PyObject* handle_comment; member
2393 if (self->handle_comment) {
2396 res = PyObject_CallFunction(self->handle_comment, "O", comment);
2541 self->handle_comment = PyObject_GetAttrString(target, "comment");
2562 if (self->handle_comment)
2591 Py_XDECREF(self->handle_comment);
/external/python/cpython2/Lib/test/
Dtest_sgmllib.py40 def handle_comment(self, data): member in EventCollector
Dtest_htmlparser.py44 def handle_comment(self, data): member in EventCollector
/external/python/cpython2/Doc/library/
Dhtmlparser.rst199 .. method:: HTMLParser.handle_comment(data)
266 def handle_comment(self, data):
Dsgmllib.rst188 .. method:: SGMLParser.handle_comment(comment)
Dxmllib.rst171 .. method:: handle_comment(comment)
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py1391 def handle_comment(self, text): member in BeautifulStoneSoup