/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/ |
minidom.py | 518 def __getitem__(self, attname_or_tuple):
519 if isinstance(attname_or_tuple, tuple):
520 return self._attrsNS[attname_or_tuple]
522 return self._attrs[attname_or_tuple]
592 def __delitem__(self, attname_or_tuple):
593 node = self[attname_or_tuple]
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/ |
minidom.py | 520 def __getitem__(self, attname_or_tuple):
521 if isinstance(attname_or_tuple, tuple):
522 return self._attrsNS[attname_or_tuple]
524 return self._attrs[attname_or_tuple]
594 def __delitem__(self, attname_or_tuple):
595 node = self[attname_or_tuple]
[all...] |
/external/python/cpython2/Lib/xml/dom/ |
minidom.py | 518 def __getitem__(self, attname_or_tuple): 519 if isinstance(attname_or_tuple, tuple): 520 return self._attrsNS[attname_or_tuple] 522 return self._attrs[attname_or_tuple] 592 def __delitem__(self, attname_or_tuple): 593 node = self[attname_or_tuple] [all...] |
/external/python/cpython3/Lib/xml/dom/ |
minidom.py | 548 def __getitem__(self, attname_or_tuple): 549 if isinstance(attname_or_tuple, tuple): 550 return self._attrsNS[attname_or_tuple] 552 return self._attrs[attname_or_tuple] 622 def __delitem__(self, attname_or_tuple): 623 node = self[attname_or_tuple] [all...] |
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...] |