Home
last modified time | relevance | path

Searched refs:formatwarning (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dwarnings.py29 file.write(formatwarning(message, category, filename, lineno, line))
36 def formatwarning(message, category, filename, lineno, line=None): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dwarnings.py33 file.write(formatwarning(message, category, filename, lineno, line))
40 def formatwarning(message, category, filename, lineno, line=None): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_warnings.py548 self.assertEqual(expect, self.module.formatwarning(message,
554 self.assertEqual(expect, self.module.formatwarning(message,
564 expect = self.module.formatwarning(message, category, file_name,
571 expect = self.module.formatwarning(message, category, file_name,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py1687 s = warnings.formatwarning(message, category, filename, lineno, line)