Searched refs:PyErr_WarnExplicitObject (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Include/cpython/ |
H A D | warnings.h | 5 PyAPI_FUNC(int) PyErr_WarnExplicitObject(
|
/third_party/python/Python/ |
H A D | _warnings.c | 1209 PyErr_WarnExplicitObject(PyObject *category, PyObject *message, in PyErr_WarnExplicitObject() function 1246 ret = PyErr_WarnExplicitObject(category, message, filename, lineno, in PyErr_WarnExplicit()
|
H A D | compile.c | 6212 if (PyErr_WarnExplicitObject(PyExc_SyntaxWarning, msg, c->c_filename, in compiler_warn()
|
/third_party/python/Parser/ |
H A D | string_parser.c | 24 if (PyErr_WarnExplicitObject(PyExc_DeprecationWarning, msg, p->tok->filename, in warn_invalid_escape_sequence()
|
Completed in 15 milliseconds