Home
last modified time | relevance | path

Searched refs:PyErr_WarnExplicitObject (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dwarnings.h30 PyAPI_FUNC(int) PyErr_WarnExplicitObject(
/third_party/python/Doc/data/
Drefcounts.dat747 PyErr_WarnExplicitObject:int:::
748 PyErr_WarnExplicitObject:PyObject*:category:0:
749 PyErr_WarnExplicitObject:PyObject*:message:0:
750 PyErr_WarnExplicitObject:PyObject*:filename:0:
751 PyErr_WarnExplicitObject:int:lineno::
752 PyErr_WarnExplicitObject:PyObject*:module:0:
753 PyErr_WarnExplicitObject:PyObject*:registry:0:
/third_party/python/Python/
D_warnings.c1205 PyErr_WarnExplicitObject(PyObject *category, PyObject *message, in PyErr_WarnExplicitObject() function
1238 ret = PyErr_WarnExplicitObject(category, message, filename, lineno, in PyErr_WarnExplicit()
Dcompile.c5571 if (PyErr_WarnExplicitObject(PyExc_SyntaxWarning, msg, c->c_filename, in compiler_warn()
/third_party/python/Parser/
Dstring_parser.c19 if (PyErr_WarnExplicitObject(PyExc_DeprecationWarning, msg, p->tok->filename, in warn_invalid_escape_sequence()
Dtokenizer.c1178 if (PyErr_WarnExplicitObject(PyExc_DeprecationWarning, errmsg, tok->filename, in parser_warn()
/third_party/python/Doc/c-api/
Dexceptions.rst331 .. c:function:: int PyErr_WarnExplicitObject(PyObject *category, PyObject *message, PyObject *filen…
344 Similar to :c:func:`PyErr_WarnExplicitObject` except that *message* and