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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mailbox.py 238 self._test_has_key_or_contains(self._box.has_key)
242 self._test_has_key_or_contains(self._box.__contains__)
244 def _test_has_key_or_contains(self, method): member in class:TestMailbox
    [all...]
  /external/python/cpython2/Lib/test/
test_mailbox.py 258 self._test_has_key_or_contains(self._box.has_key)
262 self._test_has_key_or_contains(self._box.__contains__)
264 def _test_has_key_or_contains(self, method): member in class:TestMailbox
    [all...]

Completed in 124 milliseconds