Searched refs:AttributesNSImpl (Results 1 – 5 of 5) sorted by relevance
31 AttributesNSImpl = xmlreader.AttributesNSImpl variable354 AttributesNSImpl(newattrs, qnames))
341 class AttributesNSImpl(AttributesImpl): class
15 from xml.sax.xmlreader import InputSource, AttributesImpl, AttributesNSImpl990 self.verify_empty_nsattrs(AttributesNSImpl({}, {}))993 attrs = AttributesNSImpl({(ns_uri, "attr") : "val"},
162 attributesNSImpl = xmlreader.AttributesNSImpl({},{})
82 .. class:: AttributesNSImpl(attrs, qnames)