Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
D_warnings.c1005 _PyErr_WarnFormatV(PyObject *source, in _PyErr_WarnFormatV() function
1033 res = _PyErr_WarnFormatV(NULL, category, stack_level, format, vargs); in PyErr_WarnFormat()
1050 res = _PyErr_WarnFormatV(source, PyExc_ResourceWarning, in PyErr_ResourceWarning()