Searched refs:warn_explicit (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_warnings.py | 130 self.module.warn_explicit(message, UserWarning, "test_warnings.py", 134 self.module.warn_explicit(message, UserWarning, "test_warnings.py", 137 self.module.warn_explicit(message, UserWarning, "test_warnings2.py", 326 self.assertRaises(TypeError, self.module.warn_explicit, 330 self.assertRaises(TypeError, self.module.warn_explicit, 334 self.module.warn_explicit, 435 self.module.warn_explicit(message, UserWarning, "file", 42) 438 self.module.warn_explicit(message, UserWarning, "file", 42) 449 self.module.warn_explicit(message, UserWarning, "file", 42) 463 self.module.warn_explicit(message, UserWarning, "<test>", 42, [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | warnings.py | 212 warn_explicit(message, category, filename, lineno, module, registry, 215 def warn_explicit(message, category, filename, lineno, function 373 warn, warn_explicit)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | warnings.py | 216 warn_explicit(message, category, filename, lineno, module, registry, 219 def warn_explicit(message, category, filename, lineno, function 377 warn, warn_explicit)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | _warnings.c | 289 warn_explicit(PyObject *category, PyObject *message, in warn_explicit() function 596 res = warn_explicit(category, message, filename, lineno, module, registry, in do_warn() 695 returned = warn_explicit(category, message, filename, lineno, module, in warnings_warn_explicit() 702 return warn_explicit(category, message, filename, lineno, module, in warnings_warn_explicit() 761 res = warn_explicit(category, message, filename, lineno, module, registry, in PyErr_WarnExplicit()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | _warnings.c | 289 warn_explicit(PyObject *category, PyObject *message, in warn_explicit() function 597 res = warn_explicit(category, message, filename, lineno, module, registry, in do_warn() 696 returned = warn_explicit(category, message, filename, lineno, module, in warnings_warn_explicit() 703 return warn_explicit(category, message, filename, lineno, module, in warnings_warn_explicit() 762 res = warn_explicit(category, message, filename, lineno, module, registry, in PyErr_WarnExplicit()
|