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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 521 def __getitem__(self, attname_or_tuple):
522 if isinstance(attname_or_tuple, tuple):
523 return self._attrsNS[attname_or_tuple]
525 return self._attrs[attname_or_tuple]
595 def __delitem__(self, attname_or_tuple):
596 node = self[attname_or_tuple]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 521 def __getitem__(self, attname_or_tuple):
522 if isinstance(attname_or_tuple, tuple):
523 return self._attrsNS[attname_or_tuple]
525 return self._attrs[attname_or_tuple]
595 def __delitem__(self, attname_or_tuple):
596 node = self[attname_or_tuple]
    [all...]

Completed in 32 milliseconds