Home
last modified time | relevance | path

Searched refs:handle_image (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dhtmllib.py128 def handle_image(self, src, alt, *args): member in HTMLParser
434 self.handle_image(src, alt, ismap, align, width, height)
/external/python/cpython2/Doc/library/
Dhtmllib.rst136 .. method:: HTMLParser.handle_image(source, alt[, ismap[, align[, width[, height]]]])