Home
last modified time | relevance | path

Searched refs:PyErr_Warn (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
H A Dwarnings.h20 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1) macro
/third_party/python/Python/
H A D_warnings.c1196 /* PyErr_Warn is only for backwards compatibility and will be removed.
1199 #undef PyErr_Warn macro
1202 PyErr_Warn(PyObject *category, const char *text) in PyErr_Warn() function
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1983 PyErr_Warn(nullptr, "Unexpected end-group tag: Not all data was converted"); in MergeFromString()

Completed in 10 milliseconds