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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
warnings.py 243 action = defaultaction
374 defaultaction = default_action variable
379 defaultaction = "default" variable
  /prebuilts/gdb/linux-x86/lib/python2.7/
warnings.py 243 action = defaultaction
374 defaultaction = default_action variable
379 defaultaction = "default" variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
warnings.py 243 action = defaultaction
374 defaultaction = default_action variable
379 defaultaction = "default" variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
warnings.py 243 action = defaultaction
374 defaultaction = default_action variable
379 defaultaction = "default" variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_warnings.py 455 # Replacing or removing defaultaction should be okay.
456 message = UserWarning("defaultaction test")
457 original = self.module.defaultaction
470 del self.module.defaultaction
480 self.module.defaultaction = "ignore"
487 self.module.defaultaction = original
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_warnings.py 455 # Replacing or removing defaultaction should be okay.
456 message = UserWarning("defaultaction test")
457 original = self.module.defaultaction
470 del self.module.defaultaction
480 self.module.defaultaction = "ignore"
487 self.module.defaultaction = original
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_warnings.py 455 # Replacing or removing defaultaction should be okay.
456 message = UserWarning("defaultaction test")
457 original = self.module.defaultaction
470 del self.module.defaultaction
480 self.module.defaultaction = "ignore"
487 self.module.defaultaction = original
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_warnings.py 455 # Replacing or removing defaultaction should be okay.
456 message = UserWarning("defaultaction test")
457 original = self.module.defaultaction
470 del self.module.defaultaction
480 self.module.defaultaction = "ignore"
487 self.module.defaultaction = original

Completed in 581 milliseconds