Searched refs:PyErr_WarnExplicit (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython2/Include/ |
D | warnings.h | 10 PyAPI_FUNC(int) PyErr_WarnExplicit(PyObject *, const char *, const char *, int,
|
/external/python/cpython3/Include/ |
D | warnings.h | 38 PyAPI_FUNC(int) PyErr_WarnExplicit(
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 711 PyErr_WarnExplicit:int::: 712 PyErr_WarnExplicit:PyObject*:category:0: 713 PyErr_WarnExplicit:const char*:message:: 714 PyErr_WarnExplicit:const char*:filename:: 715 PyErr_WarnExplicit:int:lineno:: 716 PyErr_WarnExplicit:const char*:module:: 717 PyErr_WarnExplicit:PyObject*:registry:0:
|
/external/python/cpython3/PC/ |
D | python3.def | 158 PyErr_WarnExplicit=python37.PyErr_WarnExplicit
|
/external/python/cpython2/Python/ |
D | _warnings.c | 748 PyErr_WarnExplicit(PyObject *category, const char *text, in PyErr_WarnExplicit() function
|
D | symtable.c | 806 if (PyErr_WarnExplicit(warn, msg, st->st_filename, lineno, NULL, NULL) < 0) { in symtable_warn()
|
D | ast.c | 123 if (PyErr_WarnExplicit(PyExc_SyntaxWarning, msg, c->c_filename, LINENO(n), in ast_warn()
|
D | compile.c | 2055 if (PyErr_WarnExplicit(PyExc_SyntaxWarning, msg, c->c_filename, in compiler_assert()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 915 "PyErr_WarnExplicit"
|
/external/python/cpython3/Python/ |
D | _warnings.c | 1098 PyErr_WarnExplicit(PyObject *category, const char *text, in PyErr_WarnExplicit() function
|
/external/python/cpython2/Parser/ |
D | tokenizer.c | 1635 if (PyErr_WarnExplicit(PyExc_DeprecationWarning, in tok_get()
|
/external/python/cpython2/Doc/c-api/ |
D | exceptions.rst | 310 .. c:function:: int PyErr_WarnExplicit(PyObject *category, const char *message, const char *filenam…
|
/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 337 .. c:function:: int PyErr_WarnExplicit(PyObject *category, const char *message, const char *filenam…
|
/external/python/cpython3/Misc/ |
D | HISTORY | 10820 - Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem
|