Searched refs:formatwarning (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | warnings.py | 29 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/ |
D | warnings.py | 33 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/ |
D | test_warnings.py | 548 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__.py | 1687 s = warnings.formatwarning(message, category, filename, lineno, line)
|