H A D | test_xml_etree.py | 1257 # Test PUBLIC doctype. 3355 def doctype(self, name, pubid, system): member in TreeBuilderTest.test_doctype.DoctypeParser 3382 # cET also checks for 'close' and 'doctype', PyET does it only at need 3431 def doctype(self, *args, **kwargs): member in XMLParserTest.test_subclass_doctype.MyParserWithDoctype 3436 with self.assertWarnsRegex(RuntimeWarning, 'doctype'): 3446 def doctype(self, name, pubid, system): member in XMLParserTest.test_subclass_doctype.MyParserWithDoctype.DoctypeParser
|