Searched refs:_imap (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dcollections.py14 from itertools import imap as _imap namespace
208 return dict.__eq__(self, other) and all(_imap(_eq, self, other))
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dcollections.py14 from itertools import imap as _imap namespace
208 return dict.__eq__(self, other) and all(_imap(_eq, self, other))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcollections.py14 from itertools import imap as _imap namespace
208 return dict.__eq__(self, other) and all(_imap(_eq, self, other))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcollections.py14 from itertools import imap as _imap namespace
208 return dict.__eq__(self, other) and all(_imap(_eq, self, other))

Completed in 141 milliseconds