Home
last modified time | relevance | path

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

/third_party/python/Include/
Dwarnings.h48 PyErr_WarnExplicitFormat(PyObject *category,
/third_party/python/Python/
D_warnings.c1249 PyErr_WarnExplicitFormat(PyObject *category, in PyErr_WarnExplicitFormat() function
/third_party/python/Modules/
Dgcmodule.c2144 if (PyErr_WarnExplicitFormat(PyExc_ResourceWarning, "gc", 0, in _PyGC_DumpShutdownStats()