Home
last modified time | relevance | path

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

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