Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dwarnings.h17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1) macro
/external/python/cpython2/Python/
D_warnings.c734 PyErr_Warn(PyObject *category, char *text) in PyErr_Warn() function