HomeSort by relevance Sort by last modified time
    Searched refs:attrdict (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 532 attrdict, namespace, k = self.parse_attributes(name, k, j)
535 for attrname in attrdict.keys():
538 if not 'ns' in attrdict or not 'prefix' in attrdict:
540 prefix = attrdict.get('prefix')
546 self.__namespaces[prefix] = attrdict['ns']
556 attrdict = {}
584 if attrname in attrdict:
587 attrdict[attrname] = self.translate_references(attrvalue)
588 return attrdict, namespace,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 532 attrdict, namespace, k = self.parse_attributes(name, k, j)
535 for attrname in attrdict.keys():
538 if not 'ns' in attrdict or not 'prefix' in attrdict:
540 prefix = attrdict.get('prefix')
546 self.__namespaces[prefix] = attrdict['ns']
556 attrdict = {}
584 if attrname in attrdict:
587 attrdict[attrname] = self.translate_references(attrvalue)
588 return attrdict, namespace,
    [all...]

Completed in 184 milliseconds