Home | History | Annotate | Download | only in python2.7

Lines Matching defs:qname

78 qname = re.compile('(?:(?P<prefix>' + _NCName + '):)?' # optional prefix
613 res = qname.match(tagname)
639 res = qname.match(key)