Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
D_warnings.c1100 warn_unicode(PyObject *category, PyObject *message, in warn_unicode() function
1128 res = warn_unicode(category, message, stack_level, source); in _PyErr_WarnFormatV()
1193 ret = warn_unicode(category, message, stack_level, NULL); in PyErr_WarnEx()