Searched refs:warnings_warn_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Python/clinic/ |
D | _warnings.c.h | 15 warnings_warn_impl(PyObject *module, PyObject *message, PyObject *category, 33 return_value = warnings_warn_impl(module, message, category, stacklevel, source); in warnings_warn()
|
/external/python/cpython3/Python/ |
D | _warnings.c | 867 warnings_warn_impl(PyObject *module, PyObject *message, PyObject *category, in warnings_warn_impl() function
|