Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dxmllib.py450 pubid, syslit = res.group('pubid', 'syslit')
454 if syslit is not None: syslit = syslit[1:-1] # remove quotes
474 self.handle_doctype(name, pubid, syslit, rawdata[j+1:k])
488 self.handle_doctype(name, pubid, syslit, None)
743 def handle_doctype(self, tag, pubid, syslit, data): argument
815 def handle_doctype(self, tag, pubid, syslit, data): argument
/external/python/cpython2/Doc/library/
Dxmllib.rst113 .. method:: handle_doctype(tag, pubid, syslit, data)