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

Lines Matching refs:aprefix

641                     aprefix, key = res.group('prefix', 'local')
644 if aprefix is not None:
647 if aprefix in d:
648 ans = d[aprefix]
650 ans = self.__namespaces.get(aprefix)
654 key = aprefix + ':' + key