Searched refs:silence (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dwarnings.py390 silence = [ImportWarning, PendingDeprecationWarning] variable
391 # Don't silence DeprecationWarning if -3 or -Q was used.
393 silence.append(DeprecationWarning)
394 for cls in silence:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dwarnings.py386 silence = [ImportWarning, PendingDeprecationWarning] variable
387 # Don't silence DeprecationWarning if -3 or -Q was used.
389 silence.append(DeprecationWarning)
390 for cls in silence:

Completed in 108 milliseconds