Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dwarnings.py345 self._showwarning = self._module.showwarning
359 self._module.showwarning = self._showwarning
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dwarnings.py349 self._showwarning = self._module.showwarning
363 self._module.showwarning = self._showwarning
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py1675 def _showwarning(message, category, filename, lineno, file=None, line=None): function
1703 warnings.showwarning = _showwarning