Home
last modified time | relevance | path

Searched refs:specified_attributes (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Modules/
Dpyexpat.c72 int specified_attributes; /* Report only specified attributes. */ member
357 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)
/third_party/python/Lib/test/
Dtest_pyexpat.py41 self.assertIs(self.parser.specified_attributes, False)
43 self.parser.specified_attributes = x
44 self.assertIs(self.parser.specified_attributes, bool(x))
/third_party/python/Misc/NEWS.d/
D3.10.0a6.rst319 attribute values (by not setting ``specified_attributes=1``).
/third_party/python/Doc/library/
Dpyexpat.rst171 :attr:`ordered_attributes` and :attr:`specified_attributes` set to the values of
237 .. attribute:: xmlparser.specified_attributes
/third_party/python/Lib/xml/dom/
Dexpatbuilder.py162 self._parser.specified_attributes = True
/third_party/mbedtls/library/
Dpsa_crypto.c1999 const psa_key_attributes_t *specified_attributes, in psa_copy_key() argument
2006 psa_key_attributes_t actual_attributes = *specified_attributes; in psa_copy_key()
2018 specified_attributes ); in psa_copy_key()
/third_party/python/Misc/
DHISTORY25199 specified_attributes attributes. A new module expat.model was added,