Home
last modified time | relevance | path

Searched defs:PyErr_Warn (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dwarnings.h17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dwarnings.h17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
D_warnings.c734 PyErr_Warn(PyObject *category, char *text) in PyErr_Warn() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
D_warnings.c735 PyErr_Warn(PyObject *category, char *text) in PyErr_Warn() function