Searched refs:specified_attributes (Results 1 – 12 of 12) sorted by relevance
60 int specified_attributes; /* Report only specified attributes. */ member358 if (self->specified_attributes) { in my_StartElementHandler()940 new_parser->specified_attributes = self->specified_attributes; in pyexpat_xmlparser_ExternalEntityParserCreate_impl()1178 self->specified_attributes = 0; in newxmlparseobject()1321 return get_pybool((long) self->specified_attributes); in xmlparse_getattro()1424 self->specified_attributes = b; in xmlparse_setattro()
73 int specified_attributes; /* Report only specified attributes. */ member510 if (self->specified_attributes) { in my_StartElementHandler()1100 new_parser->specified_attributes = self->specified_attributes; in xmlparse_ExternalEntityParserCreate()1305 self->specified_attributes = 0; in newxmlparseobject()1462 return get_pybool((long) self->specified_attributes); in xmlparse_getattr()1614 self->specified_attributes = b; in xmlparse_setattr()
42 self.assertIs(self.parser.specified_attributes, False)44 self.parser.specified_attributes = x45 self.assertIs(self.parser.specified_attributes, bool(x))
40 self.assertIs(self.parser.specified_attributes, False)42 self.parser.specified_attributes = x43 self.assertIs(self.parser.specified_attributes, bool(x))
1229 parser.specified_attributes = 11508 self._parser.specified_attributes = 1
1486 parser.specified_attributes = 11506 parser.specified_attributes = 1
174 :attr:`specified_attributes` set to the values of this parser.262 .. attribute:: xmlparser.specified_attributes
171 :attr:`ordered_attributes` and :attr:`specified_attributes` set to the values of237 .. attribute:: xmlparser.specified_attributes
162 self._parser.specified_attributes = True
7820 specified_attributes attributes. A new module expat.model was added,
25199 specified_attributes attributes. A new module expat.model was added,