Home
last modified time | relevance | path

Searched refs:defaultaction (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dwarnings.py243 action = defaultaction
374 defaultaction = default_action variable
379 defaultaction = "default" variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dwarnings.py247 action = defaultaction
378 defaultaction = default_action variable
383 defaultaction = "default" variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_warnings.py457 original = self.module.defaultaction
470 del self.module.defaultaction
480 self.module.defaultaction = "ignore"
487 self.module.defaultaction = original