Searched refs:specified_attributes (Results 1 – 7 of 7) sorted by relevance
72 int specified_attributes; /* Report only specified attributes. */ member357 if (self->specified_attributes) { in my_StartElementHandler()955 new_parser->specified_attributes = self->specified_attributes; in pyexpat_xmlparser_ExternalEntityParserCreate_impl()1146 self->specified_attributes = 0; in newxmlparseobject()1442 return PyBool_FromLong((long) self->specified_attributes); in xmlparse_specified_attributes_getter()1455 self->specified_attributes = b; in xmlparse_specified_attributes_setter()1483 XMLPARSE_GETTER_SETTER_DEF(specified_attributes)
41 self.assertIs(self.parser.specified_attributes, False)43 self.parser.specified_attributes = x44 self.assertIs(self.parser.specified_attributes, bool(x))
319 attribute values (by not setting ``specified_attributes=1``).
171 :attr:`ordered_attributes` and :attr:`specified_attributes` set to the values of237 .. attribute:: xmlparser.specified_attributes
162 self._parser.specified_attributes = True
1999 const psa_key_attributes_t *specified_attributes, in psa_copy_key() argument2006 psa_key_attributes_t actual_attributes = *specified_attributes; in psa_copy_key()2018 specified_attributes ); in psa_copy_key()
25199 specified_attributes attributes. A new module expat.model was added,