Home
last modified time | relevance | path

Searched defs:warn_explicit (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dwarnings.py327 def warn_explicit(message, category, filename, lineno, function
/third_party/python/Python/
D_warnings.c612 warn_explicit(PyObject *category, PyObject *message, in warn_explicit() function