Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dwarnings.py237 def warn_explicit(message, category, filename, lineno, function
/external/python/cpython3/Lib/
Dwarnings.py327 def warn_explicit(message, category, filename, lineno, function
/external/python/cpython2/Python/
D_warnings.c295 warn_explicit(PyObject *category, PyObject *message, in warn_explicit() function
/external/python/cpython3/Python/
D_warnings.c618 warn_explicit(PyObject *category, PyObject *message, in warn_explicit() function