Home
last modified time | relevance | path

Searched refs:AttributesNSImpl (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/xml/sax/
H A Dexpatreader.py31 AttributesNSImpl = xmlreader.AttributesNSImpl variable
370 AttributesNSImpl(newattrs, qnames))
H A Dxmlreader.py340 class AttributesNSImpl(AttributesImpl): class
/third_party/python/Lib/test/
H A Dtest_sax.py18 from xml.sax.xmlreader import InputSource, AttributesImpl, AttributesNSImpl namespace
1337 self.verify_empty_nsattrs(AttributesNSImpl({}, {}))
1340 attrs = AttributesNSImpl({(ns_uri, "attr") : "val"},

Completed in 4 milliseconds