Searched refs:ordered_attributes (Results 1 – 6 of 6) sorted by relevance
71 int ordered_attributes; /* Return attributes as a list. */ member366 if (self->ordered_attributes) in my_StartElementHandler()389 if (self->ordered_attributes) { in my_StartElementHandler()954 new_parser->ordered_attributes = self->ordered_attributes; in pyexpat_xmlparser_ExternalEntityParserCreate_impl()1145 self->ordered_attributes = 0; in newxmlparseobject()1422 return PyBool_FromLong(self->ordered_attributes); in xmlparse_ordered_attributes_getter()1435 self->ordered_attributes = b; in xmlparse_ordered_attributes_setter()1482 XMLPARSE_GETTER_SETTER_DEF(ordered_attributes)
35 self.assertIs(self.parser.ordered_attributes, False)37 self.parser.ordered_attributes = x38 self.assertIs(self.parser.ordered_attributes, bool(x))
171 :attr:`ordered_attributes` and :attr:`specified_attributes` set to the values of227 .. attribute:: xmlparser.ordered_attributes354 :attr:`ordered_attributes` is true, this is a list (see355 :attr:`ordered_attributes` for a full description). Otherwise it's a
1562 parser.ordered_attributes = 11581 parser.ordered_attributes = 1
161 self._parser.ordered_attributes = True
25198 only. Parser objects now provide the ordered_attributes and