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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mailbox.py 384 self._test_flush_or_close(self._box.flush, True)
396 self._test_flush_or_close(self._box.close, False)
398 def _test_flush_or_close(self, method, should_call_close): member in class:TestMailbox
    [all...]
  /external/python/cpython2/Lib/test/
test_mailbox.py 404 self._test_flush_or_close(self._box.flush, True)
427 self._test_flush_or_close(self._box.close, False)
429 def _test_flush_or_close(self, method, should_call_close): member in class:TestMailbox
    [all...]
  /external/python/cpython3/Lib/test/
test_mailbox.py 494 self._test_flush_or_close(self._box.flush, True)
517 self._test_flush_or_close(self._box.close, False)
519 def _test_flush_or_close(self, method, should_call_close): member in class:TestMailbox
    [all...]

Completed in 202 milliseconds