Home
last modified time | relevance | path

Searched refs:captureWarnings (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_logging.py1034 logging.captureWarnings(True)
1056 logging.captureWarnings(False)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py1693 def captureWarnings(capture): function