Home
last modified time | relevance | path

Searched refs:_doctype (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/xml/etree/
H A DElementTree.py1554 self._doctype = None
1674 self._doctype = [] # inside a doctype declaration
1675 elif self._doctype is not None:
1678 self._doctype = None
1683 self._doctype.append(text)
1684 n = len(self._doctype)
1686 type = self._doctype[1]
1688 name, type, pubid, system = self._doctype
1692 name, type, system = self._doctype
1704 self._doctype
[all...]
/third_party/python/Lib/test/
H A Dtest_xml_etree.py3353 _doctype = None variable in TreeBuilderTest.test_doctype.DoctypeParser
3356 self._doctype = (name, pubid, system)
3359 return self._doctype
3429 _doctype = None
3432 nonlocal _doctype
3433 _doctype = (args, kwargs)
3439 self.assertIsNone(_doctype)
3441 _doctype = _doctype2 = None
3453 self.assertIsNone(_doctype)

Completed in 10 milliseconds