Home
last modified time | relevance | path

Searched refs:_eq (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dpytree.py63 return self._eq(other)
75 return not self._eq(other)
77 def _eq(self, other): member in Base
285 def _eq(self, other): member in Node
396 def _eq(self, other): member in Leaf
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcollections.py9 from operator import itemgetter as _itemgetter, eq as _eq unknown
213 return dict.__eq__(self, other) and all(_imap(_eq, self, other))