Home
last modified time | relevance | path

Searched refs:handle_pi (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/
DHTMLParser.py277 self.handle_pi(rawdata[i+2: j])
439 def handle_pi(self, data): member in HTMLParser
Dsgmllib.py230 self.handle_pi(rawdata[i+2: j])
451 def handle_pi(self, data): member in SGMLParser
/external/python/cpython2/Modules/
D_elementtree.c2032 PyObject* handle_pi; member
2411 if (self->handle_pi) {
2415 res = PyObject_CallFunction(self->handle_pi, "OO", target, data);
2542 self->handle_pi = PyObject_GetAttrString(target, "pi");
2567 if (self->handle_pi)
2590 Py_XDECREF(self->handle_pi);
/external/python/cpython2/Lib/test/
Dtest_sgmllib.py55 def handle_pi(self, data): member in EventCollector
Dtest_htmlparser.py59 def handle_pi(self, data): member in EventCollector
/external/python/cpython2/Doc/library/
Dhtmlparser.rst220 .. method:: HTMLParser.handle_pi(data)
225 ``handle_pi("proc color='red'")``.
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py1383 def handle_pi(self, text): member in BeautifulStoneSoup