Lines Matching defs:get
341 def get(self, key, default=None):
344 Equivalent to attrib.get, but some implementations may handle this a
352 return self.attrib.get(key, default)
391 elements may or may not be included. To get a stable set, use the
480 This class can be used to wrap a QName attribute value in order to get
819 prefix = namespaces.get(uri)
821 prefix = _namespace_map.get(uri)
1227 "start", "end", "start-ns" and "end-ns" (the "ns" events are used to get
1358 id = elem.get("id")
1726 # get rid of circular references
1968 space_behaviour = attrs.get('{http://www.w3.org/XML/1998/namespace}space')