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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A DHTMLParser.py266 self.handle_comment(rawdata[i+2:pos])
431 def handle_comment(self, data): member in class:HTMLParser
H A Dxmllib.py429 raise Error('unexpected call to handle_comment')
440 self.handle_comment(rawdata[i+4: res.start(0)])
786 def handle_comment(self, data): member in class:XMLParser
838 def handle_comment(self, data): member in class:TestXMLParser
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsgmllib.py443 def handle_comment(self, data): member in class:SGMLParser
478 def handle_comment(self, data): member in class:TestSGMLParser
H A DHTMLParser.py349 def handle_comment(self, data): member in class:HTMLParser
H A Dmarkupbase.py174 self.handle_comment(rawdata[i+4: j])
H A Dxmllib.py429 raise Error('unexpected call to handle_comment')
440 self.handle_comment(rawdata[i+4: res.start(0)])
786 def handle_comment(self, data): member in class:XMLParser
838 def handle_comment(self, data): member in class:TestXMLParser
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_htmlparser.py44 def handle_comment(self, data): member in class:EventCollector
H A Dtest_sgmllib.py40 def handle_comment(self, data): member in class:EventCollector
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_elementtree.c2038 PyObject* handle_comment; member in struct:__anon3320
2376 if (self->handle_comment) {
2379 res = PyObject_CallFunction(self->handle_comment, "O", comment);
2522 self->handle_comment = PyObject_GetAttrString(target, "comment");
2543 if (self->handle_comment)
2572 Py_XDECREF(self->handle_comment);

Completed in 64 milliseconds