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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_warnings.py 590 wmod = self.module
591 orig_filters = wmod.filters
592 orig_showwarning = wmod.showwarning
594 with wmod.catch_warnings(module=wmod, record=True):
595 wmod.filters = wmod.showwarning = object()
596 self.assertTrue(wmod.filters is orig_filters)
597 self.assertTrue(wmod.showwarning is orig_showwarning)
599 with wmod.catch_warnings(module=wmod, record=False):
    [all...]
  /external/python/cpython2/Lib/test/
test_warnings.py 701 wmod = self.module
702 orig_filters = wmod.filters
703 orig_showwarning = wmod.showwarning
705 with wmod.catch_warnings(module=wmod, record=True):
706 wmod.filters = wmod.showwarning = object()
707 self.assertTrue(wmod.filters is orig_filters)
708 self.assertTrue(wmod.showwarning is orig_showwarning)
710 with wmod.catch_warnings(module=wmod, record=False)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_warnings.py 602 wmod = self.module
603 orig_filters = wmod.filters
604 orig_showwarning = wmod.showwarning
606 with wmod.catch_warnings(module=wmod, record=True):
607 wmod.filters = wmod.showwarning = object()
608 self.assertTrue(wmod.filters is orig_filters)
609 self.assertTrue(wmod.showwarning is orig_showwarning)
611 with wmod.catch_warnings(module=wmod, record=False)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_warnings.py 602 wmod = self.module
603 orig_filters = wmod.filters
604 orig_showwarning = wmod.showwarning
606 with wmod.catch_warnings(module=wmod, record=True):
607 wmod.filters = wmod.showwarning = object()
608 self.assertTrue(wmod.filters is orig_filters)
609 self.assertTrue(wmod.showwarning is orig_showwarning)
611 with wmod.catch_warnings(module=wmod, record=False)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_warnings.py 602 wmod = self.module
603 orig_filters = wmod.filters
604 orig_showwarning = wmod.showwarning
606 with wmod.catch_warnings(module=wmod, record=True):
607 wmod.filters = wmod.showwarning = object()
608 self.assertTrue(wmod.filters is orig_filters)
609 self.assertTrue(wmod.showwarning is orig_showwarning)
611 with wmod.catch_warnings(module=wmod, record=False)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_warnings.py 602 wmod = self.module
603 orig_filters = wmod.filters
604 orig_showwarning = wmod.showwarning
606 with wmod.catch_warnings(module=wmod, record=True):
607 wmod.filters = wmod.showwarning = object()
608 self.assertTrue(wmod.filters is orig_filters)
609 self.assertTrue(wmod.showwarning is orig_showwarning)
611 with wmod.catch_warnings(module=wmod, record=False)
    [all...]
  /external/python/cpython3/Lib/test/test_warnings/
__init__.py     [all...]

Completed in 791 milliseconds